Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-32/arch/m68k/include/asm/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-32/arch/m68k/include/asm/atafd.h

#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