1 1.1 mycroft #define ELINK_ID_PORT 0x100 2 1.1 mycroft #define ELINK_RESET 0xc0 3 1.1 mycroft 4 1.1 mycroft #define ELINK_507_POLY 0xe7 5 1.1 mycroft #define ELINK_509_POLY 0xcf 6 1.1 mycroft 7 1.1 mycroft void elink_reset __P((void)); 8 1.1 mycroft void elink_idseq __P((u_char p)); 9