Removed unused TARBELL_DRIVE_STATUS struct

This commit is contained in:
Patrick Linstruth 2019-12-06 10:20:44 -08:00
parent fcf52d9d38
commit 357e72bf93

View file

@ -100,9 +100,6 @@ typedef struct {
#define FD1771_STAT_DRQ 0x02 #define FD1771_STAT_DRQ 0x02
#define FD1771_STAT_BUSY 0x01 #define FD1771_STAT_BUSY 0x01
typedef struct {
} TARBELL_DRIVE_STATUS;
typedef struct { typedef struct {
PNP_INFO pnp; /* Plug and Play */ PNP_INFO pnp; /* Plug and Play */
uint8 promEnabled; /* PROM is enabled */ uint8 promEnabled; /* PROM is enabled */