Go to the source code of this file.
Defines | |
#define | MESS_BUFF_SIZE 256 |
#define | PRIORITY_LEVELS 8 |
#define | SCHAR_MAJOR 91 |
#define | CANBOARD_IOCTL_BASE 0x7a |
#define | CANBOARD_READ _IOR(CANBOARD_IOCTL_BASE, 0, unsigned long) |
#define | CANBOARD_WRITE _IOW(CANBOARD_IOCTL_BASE, 2, unsigned long) |
#define | CANBOARD_STATUS _IOR(CANBOARD_IOCTL_BASE, 4, unsigned long) |
#define | CANBOARD_READ_BLOCK _IOR(CANBOARD_IOCTL_BASE, 1, unsigned long) |
#define | CANBOARD_WRITE_BLOCK _IOW(CANBOARD_IOCTL_BASE, 3, unsigned long) |
#define | Rx 0 |
#define | Tx 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|