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