kfloppy
fdinfo Struct Reference
#include <format.h>
Public Attributes | |
int | blocks |
const char *const * | devices |
int | drive |
int | flags |
int | tracks |
Detailed Description
Description structure for floppy devices.
devices is a list of possible device names (yay /dev/ consistency) while drive,blocks denotes fd0 or fd1, and the size of the disk (ought to be 1440, 1200, 720 or 360. I've never seen a 2880 floppy drive).
Tracks is pretty bogus; see the internal code for its use. Similarly, flags are internal too.
Member Data Documentation
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.