/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1998, 2003 by Ralf Baechle
*/ #ifndef __ASM_MACH_JAZZ_FLOPPY_H #define __ASM_MACH_JAZZ_FLOPPY_H
staticinlineunsignedlong fd_drive_type(unsignedlong n)
{ /* XXX This is wrong for machines with ED 2.88mb disk drives like the Olivetti M700. Anyway, we should suck this from the ARC
firmware. */ if (n == 0) return 4; /* 3,5", 1.44mb */
return 0;
}
#endif/* __ASM_MACH_JAZZ_FLOPPY_H */
Messung V0.5
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.