[BACK]Return to atafd.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs-all / include / asm-m68k

File: [Development] / linux-2.6-xfs-all / include / asm-m68k / atafd.h (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.6.0

#ifndef _ASM_M68K_FD_H
#define _ASM_M68K_FD_H

/* Definitions for the Atari Floppy driver */

struct atari_format_descr {
    int track;			/* to be formatted */
    int head;			/*   ""     ""     */
    int sect_offset;		/* offset of first sector */
};

#endif