1 /* ------------------------------------------------------------------ 2 * Copyright (C) 1998-2009 PacketVideo 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 13 * express or implied. 14 * See the License for the specific language governing permissions 15 * and limitations under the License. 16 * ------------------------------------------------------------------- 17 */ 18 // ---------------------------------------------------------------------- 19 // 20 // This Software is an original work of authorship of PacketVideo Corporation. 21 // Portions of the Software were developed in collaboration with NTT DoCoMo, 22 // Inc. or were derived from the public domain or materials licensed from 23 // third parties. Title and ownership, including all intellectual property 24 // rights in and to the Software shall remain with PacketVideo Corporation 25 // and NTT DoCoMo, Inc. 26 // 27 // ----------------------------------------------------------------------- 28 29 /*****************************************************************************/ 30 31 /* file name : tsc_eventreceive.h */ 32 33 /* file contents : Event Id Receive Header */ 34 35 /* draw : '96.10.04 */ 36 37 /*---------------------------------------------------------------------------*/ 38 39 /* amendment */ 40 41 /* Copyright (C) 1996 NTT DoCoMo */ 42 43 /*****************************************************************************/ 44 45 #if !defined (_TSC_EVENTRECEIVE) 46 47 #define _TSC_EVENTRECEIVE 48 #include "pvt_params.h" 49 50 51 /*---------------------------------------------------------------------------*/ 52 53 /* Prototype Declare */ 54 55 /*---------------------------------------------------------------------------*/ 56 57 uint32 Tsc_EventReceive(PS_ControlMsgHeader pReceiveInf); 58 59 uint32 Tsc_UserEventLookup(PS_ControlMsgHeader pReceiveInf); 60 61 62 63 #endif 64 65