16typedef enum ac_uart_flag
18 AC_UART_FLAG_READ = 0x1,
19 AC_UART_FLAG_WRITE = 0x2,
20 AC_UART_FLAG_BOTH = 0x3,
32extern int acUartModuleRestart(
int argc,
char **argv);
33extern int acUartModuleStart(
int argc,
char **argv);
34extern int acUartModuleStatus();
35extern int acUartModuleStop();
36extern int acUartRead(
void *buf,
int count);
37extern int acUartWrite(
void *buf,
int count);
38extern int acUartWait(acUartFlag rw,
int usec);
42#define acuart_IMPORTS_start DECLARE_IMPORT_TABLE(acuart, 1, 1)
43#define acuart_IMPORTS_end END_IMPORT_TABLE
45#define I_acUartModuleRestart DECLARE_IMPORT(4, acUartModuleRestart)
46#define I_acUartModuleStart DECLARE_IMPORT(5, acUartModuleStart)
47#define I_acUartModuleStatus DECLARE_IMPORT(6, acUartModuleStatus)
48#define I_acUartModuleStop DECLARE_IMPORT(7, acUartModuleStop)
49#define I_acUartRead DECLARE_IMPORT(8, acUartRead)
50#define I_acUartWrite DECLARE_IMPORT(9, acUartWrite)
51#define I_acUartWait DECLARE_IMPORT(10, acUartWait)
52#define I_acUartGetAttr DECLARE_IMPORT(11, acUartGetAttr)
53#define I_acUartSetAttr DECLARE_IMPORT(12, acUartSetAttr)
u32 count
start sector of fragmented bd/file