| 123456789101112131415161718192021222324252627282930313233 |
- #if !defined(SII_HAL_H)
- #define SII_HAL_H
- #include <linux/kernel.h>
- #ifdef __cplusplus
- extern "C" {
- #endif
- #ifndef FALSE
- #define FALSE false
- #endif
- #ifndef TRUE
- #define TRUE true
- #endif
- #define MHL_PRODUCT_NUM 8348
- #define MHL_DRIVER_NAME "sii8348drv"
- #define MHL_DEVICE_NAME "sii-8348"
- #define CONFIG_DEBUG_DRIVER
- #define RCP_INPUTDEV_SUPPORT
- //#define ENABLE_GEN2
- #define MEDIA_DATA_TUNNEL_SUPPORT
- #define ENABLE_EDID_INFO_PRINT
- #define ENABLE_EDID_DEBUG_PRINT
- #define ENABLE_DUMP_INFOFRAME
- #ifdef __cplusplus
- }
- #endif
- #endif
|