allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / 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