ipc_msgsvc_msgid.h 1.67 KB
/*****************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2001
*
*****************************************************************************/

/*****************************************************************************
 *
 * Filename:
 * ---------
 *   ccci.h
 *
 * Project:
 * --------
 *   Maui
 *
 * Description:
 * ------------
 *   Header file of IP_MSGSVC_MODULE.
 *
 * Author:
 * -------
 * -------
 *
 *============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *------------------------------------------------------------------------------
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *============================================================================
 ****************************************************************************/

#ifndef __IPC_MSGSVC_MSGID_H__
#define __IPC_MSGSVC_MSGID_H__


typedef enum
{
	IPC_MSG_ID_SYS_BEGIN = 0x800000000,
	IPC_MSG_ID_SYS_RANGE = 100
}IPC_MSG_ID_CODE_BEGIN;

typedef enum
{
	IPC_MSG_ID_INVALID_TYPE = 0x80000000,
    #include "l4_ipc_sap.h"

	IPC_MSG_ID_END
}ipc_msg_type;




#endif  /* !__IPC_MSGSVC_MSGID_H__ */