HeadPhone.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- /****************************************************************************************
- * Copyright (c) 2002 ZORAN Corporation, All Rights Reserved
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF ZORAN CORPORATION
- *
- * File: $Workfile: HeadPhone.h $
- *
- * Description: detect HeadPhone status
- * ============
- *
- *
- ****************************************************************************************/
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef __HEADPHONE_H_
- #define __HEADPHONE_H_
- #ifdef D_ENABLE_HEADPHONE_DETECT
- extern void HeadPhoneDetectionInit(void);
- #endif
- #endif //__HEADPHONE_H_