/* * 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