app_guiobj_cc.h 1011 B

1234567891011121314151617181920212223242526
  1. /********************************************************************
  2. ** File Name: App_gui_object_closedcaption.h
  3. **
  4. ** File Description: The header file of Common channel manager gui object
  5. **
  6. ** Copyright(c) 2009 Sunplus Technologies - All Rights Reserved
  7. **
  8. ** History Information Description
  9. ** Date Author Modification
  10. **
  11. ********************************************************************/
  12. #ifndef _APP_GUIOBJ_CLOSEDCAPTION_H_
  13. #define _APP_GUIOBJ_CLOSEDCAPTION_H_
  14. /********************************************************************
  15. Including Files
  16. ********************************************************************/
  17. /********************************************************************
  18. Extern Global Functions
  19. ********************************************************************/
  20. void APP_GUIOBJ_CC_Restart(void);
  21. /********************************************************************
  22. Extern Global Variables
  23. ********************************************************************/
  24. #endif