Revision 6185af1f4254a53563fe6d6af652f5775fc70e25 authored by Jaroslav Kysela on 06 March 2007, 13:10:08 UTC, committed by Jaroslav Kysela on 06 March 2007, 13:10:08 UTC
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
1 parent 2f24d15
Raw File
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
back to top