blob: 74974d8783ca5c5dcb57758ef0ff3268f56269c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#if defined(__KERNEL__)
#include <linux/kernel.h>
//#define DEBUG 1
#if defined(DEBUG)
extern bool gMhlDbgPrintEnable;
#endif
#endif
#define SiI_DEVICE_ID 0x8338
#define TX_HW_RESET_PERIOD 10
#define RCP_ENABLE 1
|