w32_uart.h 193 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 #ifndef WIN32_UART_H #define WIN32_UART_H typedef struct { module_type ownerid; module_type UART_id; } UARTStruct; typedef enum { io_low=0, io_high } IO_level; #endif /* WIN32_UART_H */