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

DVD

开发平台:

Others

  1. // Lo Level TVG Functions from file tvglo.c
  2. // These can change from platform to platform
  3. #include "Config.h" // Global Configuration - do not remove!
  4. #ifndef TVGTYPEDEFS
  5. #define TVGTYPEDEFS
  6. //**********************************************************************
  7. //****                         typedefs
  8. //**********************************************************************
  9. typedef unsigned char uchar;
  10. typedef unsigned short ushort;
  11. typedef unsigned int uint;
  12. typedef unsigned long ulong;
  13. #endif
  14. void show_tvg_bug( uchar msg_index );
  15. void transmit2chars( uchar *ccout, uchar field );
  16. void mute_audio( void );
  17. void check_to_unmute( void );
  18. void tvg_process_timers( void );
  19. void tvg_process_modes( void );
  20. void shift_cc( uchar *cp );