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

DVD

开发平台:

Others

  1. /****************************************************************************************
  2.  *  Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
  3.  *  THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
  4.  *
  5.  *  File: $Workfile: HeadPhone.h $             
  6.  *
  7.  * Description: detect HeadPhone status
  8.  * ============
  9.  * 
  10.  * 
  11.  ****************************************************************************************/
  12. #include "Config.h" // Global Configuration - do not remove!
  13. #ifndef __HEADPHONE_H_
  14. #define __HEADPHONE_H_
  15. #ifdef D_ENABLE_HEADPHONE_DETECT
  16. extern void HeadPhoneDetectionInit(void);
  17. #endif
  18. #endif //__HEADPHONE_H_