Home
last modified time | relevance | path

Searched defs:amiga_floppy_struct (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Damifd.h45 struct amiga_floppy_struct { struct
46 struct fd_drive_type *type; /* type of floppy for this unit */
47 struct fd_data_type *dtype; /* type of floppy for this unit */
48 int track; /* current track (-1 == unknown) */
49 unsigned char *trackbuf; /* current track (kmaloc()'d */
51 int blocks; /* total # blocks on disk */
53 int changed; /* true when not known */
54 int disk; /* disk in drive (-1 == unknown) */
55 int motor; /* true when motor is at speed */
56 int busy; /* true when drive is active */
[all …]