rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | /***************************************************************************** |
| 2 | * Copyright Statement: |
| 3 | * -------------------- |
| 4 | * This software is protected by Copyright and the information contained |
| 5 | * herein is confidential. The software may not be copied and the information |
| 6 | * contained herein may not be used or disclosed except with the written |
| 7 | * permission of MediaTek Inc. (C) 2001 |
| 8 | * |
| 9 | *****************************************************************************/ |
| 10 | |
| 11 | /***************************************************************************** |
| 12 | * |
| 13 | * Filename: |
| 14 | * --------- |
| 15 | * ipc_msgsvc_msgid.h |
| 16 | * |
| 17 | * Project: |
| 18 | * -------- |
| 19 | * Maui |
| 20 | * |
| 21 | * Description: |
| 22 | * ------------ |
| 23 | * Header file of IP_MSGSVC_MODULE. |
| 24 | * |
| 25 | * Author: |
| 26 | * ------- |
| 27 | * ------- |
| 28 | * |
| 29 | *============================================================================ |
| 30 | * HISTORY |
| 31 | * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! |
| 32 | *------------------------------------------------------------------------------ |
| 33 | * removed! |
| 34 | * removed! |
| 35 | * removed! |
| 36 | * |
| 37 | * removed! |
| 38 | * removed! |
| 39 | * removed! |
| 40 | * removed! |
| 41 | * |
| 42 | * removed! |
| 43 | * removed! |
| 44 | * removed! |
| 45 | * removed! |
| 46 | * removed! |
| 47 | * removed! |
| 48 | * removed! |
| 49 | * removed! |
| 50 | * removed! |
| 51 | * removed! |
| 52 | * removed! |
| 53 | * |
| 54 | * removed! |
| 55 | * removed! |
| 56 | * removed! |
| 57 | * |
| 58 | * removed! |
| 59 | * removed! |
| 60 | * removed! |
| 61 | * |
| 62 | * removed! |
| 63 | * removed! |
| 64 | * removed! |
| 65 | * |
| 66 | * removed! |
| 67 | * removed! |
| 68 | * removed! |
| 69 | *------------------------------------------------------------------------------ |
| 70 | * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! |
| 71 | *============================================================================ |
| 72 | ****************************************************************************/ |
| 73 | |
| 74 | #ifndef __IPC_MSGSVC_MSGID_H__ |
| 75 | #define __IPC_MSGSVC_MSGID_H__ |
| 76 | |
| 77 | #include "ccci_ipc_msgid.h" |
| 78 | #if 0 |
| 79 | /* under construction !*/ |
| 80 | /* under construction !*/ |
| 81 | /* under construction !*/ |
| 82 | /* under construction !*/ |
| 83 | /* under construction !*/ |
| 84 | /* under construction !*/ |
| 85 | /* under construction !*/ |
| 86 | /* under construction !*/ |
| 87 | /* under construction !*/ |
| 88 | /* under construction !*/ |
| 89 | /* under construction !*/ |
| 90 | /* under construction !*/ |
| 91 | /* under construction !*/ |
| 92 | /* under construction !*/ |
| 93 | /* under construction !*/ |
| 94 | /* under construction !*/ |
| 95 | #endif |
| 96 | |
| 97 | |
| 98 | #endif /* !__IPC_MSGSVC_MSGID_H__ */ |
| 99 | |
| 100 | |