Searched defs:floppy_struct (Results 1 – 1 of 1) sorted by relevance
12 struct floppy_struct { struct13 unsigned int size, /* nr of sectors total */14 sect, /* sectors per track */15 head, /* nr of heads */16 track, /* nr of tracks */17 stretch; /* !=0 means double track steps */44 #define FDSETPRM _IOW(2, 0x42, struct floppy_struct) argument