summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/share/communication/inc/nmf_service.h
blob: 71dfc534f976d46e4412c9cb932c14027ad415a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) ST-Ericsson SA 2010. All rights reserved.
 * This code is ST-Ericsson proprietary and confidential.
 * Any use of the code for whatever purpose is subject to
 * specific written permission of ST-Ericsson SA.
 */
 
#ifndef __INC_NMF_SERVICE_H
#define __INC_NMF_SERVICE_H

/* 1 - 0xff Reserved for Panic Reason */
#define MPC_SERVICE_NONE                    0
#define MPC_SERVICE_BOOT                    0xB001
#define MPC_SERVICE_PRINT                   0x1234
#define MPC_SERVICE_TRACE                   0x789

#endif