| /* cops.h: LocalTalk driver for Linux. |
| * - Jay Schulist <jschlst@samba.org> |
| #ifndef __LINUX_COPSLTALK_H |
| #define __LINUX_COPSLTALK_H |
| /* Max LLAP size we will accept. */ |
| #define MAX_LLAP_SIZE 603 |
| #define TANG_CARD_STATUS 1 |
| #define DAYNA_CLEAR_INT 1 |
| #define DAYNA_CARD_STATUS 2 |
| #define DAYNA_RX_REQUEST 3 |
| /* Same on both card types */ |
| /* LAP response codes received from the cards. */ |
| #define LAP_INIT 1 /* Init cmd */ |
| #define LAP_INIT_RSP 2 /* Init response */ |
| #define LAP_WRITE 3 /* Write cmd */ |
| #define DATA_READ 4 /* Data read */ |
| #define LAP_RESPONSE 4 /* Received ALAP frame response */ |
| #define LAP_GETSTAT 5 /* Get LAP and HW status */ |
| #define LAP_RSPSTAT 6 /* Status response */ |
| * Structure to hold the firmware information. |
| const unsigned char *data; |