Cust_UI.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:2k
源码类别:

DVD

开发平台:

Others

  1. /***********************************************************************/
  2. /* File:    */
  3. /*   Copyright (c) 2000 ZORAN Corporation, All Rights Reserved    */
  4. /*   THIS IS PROPRIETARY SOURCE CODE OF ZORAN CORPORATION             */
  5. /*    */
  6. /* ===========                                                         */
  7. /* Descripton:                                                         */
  8. /* ===========                                                         */
  9. /*                                                                     */
  10. /* Log:                                                                */
  11. /* ===                                                                 */
  12. /* $Name: V_1_11 V_1_10 V_1_08 V_1_06 V_1_05 V_1_04 V_1_03 V_1_02 V_1_01 V_1_00 B_0_90.1 B_0_90 B_0_87 B_0_86 B_0_84 B_0_82 B_0_81 B_0_8 $                                                            
  13. /* $Header: /I49/H49V/Playcore/Coremain/Cust_UI.h 3     23/04/02 9:28 Nirm $                                                          
  14. /* $Log: /I49/H49V/Playcore/Coremain/Cust_UI.h $                        
  15.  * 
  16.  * 3     23/04/02 9:28 Nirm
  17.  * - Added dependency in "Config.h".
  18.  * 
  19.  * 2     9/01/02 14:23 Nirm
  20.  * Corrected Include-Paths.
  21. /* Revision 1.3  2000/11/09 04:26:01Z  cliff                        
  22. /***********************************************************************/
  23. #include "Config.h" // Global Configuration - do not remove!
  24. #ifndef CUST_UI_H
  25. #define CUST_UI_H
  26. #include "IncludeSysDefs.h"
  27. #include "Kernelker_api.h"
  28. #include "KernelEventDef.h"
  29. #include "PlaycoreCoremaincoremain.h"
  30. int ui_notification_handler(HDLR_OP op, EVENT event, void *param);
  31. #endif