Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / include / asm-m68k / atafd.h
blob8456889ee7da275662978afa3c1453f77a416d30
1 #ifndef _ASM_M68K_FD_H
2 #define _ASM_M68K_FD_H
4 /* Definitions for the Atari Floppy driver */
6 struct atari_format_descr {
7 int track; /* to be formatted */
8 int head; /* "" "" */
9 int sect_offset; /* offset of first sector */
12 #endif