Trim lpc_types.h
[rapper.git] / src / usb / lpc_types.h
1 #include <stdint.h>
2 #include <stdio.h>
3
4 #ifndef LPC_TYPES_H
5 #define LPC_TYPES_H
6
7 typedef enum {FALSE = 0, TRUE = !FALSE} Bool;
8
9 #endif /* LPC_TYPES_H */