/*E12user.h defines for user code to interface with the 37e12 driver */ /*IOCTL defines*/ /*configuration*/ #define E12_CONFIG 0 typedef struct E12_config_struct { int address; int IRQ; unsigned char IRQedge; }E12_config_struct; /*digital ports*/ typedef unsigned char isodata; #define ISO_DIG_IN 1 #define ISO_DIG_OUT 2