|
|
| version 1.5, 2004/01/29 09:41:50 | version 1.6, 2004/01/30 01:29:13 |
|---|---|
| Line 61 enum { | Line 61 enum { |
| }; | }; |
| typedef struct { | typedef struct { |
| UINT8 equip; | |
| UINT8 support144; | |
| UINT8 ctrlfd; | |
| UINT8 padding; | |
| UINT8 us, hd; | UINT8 us, hd; |
| UINT8 mt, mf, sk; | UINT8 mt, mf, sk; |
| UINT8 eot, gpl, dtl; | UINT8 eot, gpl, dtl; |
| Line 73 typedef struct { | Line 78 typedef struct { |
| UINT8 lastdata; | UINT8 lastdata; |
| UINT8 tc; | UINT8 tc; |
| UINT8 ctrlfd; | |
| UINT8 crcn; | UINT8 crcn; |
| UINT8 ctrlreg; | UINT8 ctrlreg; |
| UINT8 chgreg; | UINT8 chgreg; |
| UINT8 reg144; | UINT8 reg144; |
| UINT8 padding[3]; | |
| UINT32 stat[4]; | UINT32 stat[4]; |
| UINT8 treg[4]; | UINT8 treg[4]; |
| Line 120 void fdcsend_success7(void); | Line 123 void fdcsend_success7(void); |
| void fdc_reset(void); | void fdc_reset(void); |
| void fdc_bind(void); | void fdc_bind(void); |
| void fdc144_reset(void); | |
| void fdc144_bind(void); | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| } | } |
| #endif | #endif |