atafd.h 261 B

123456789101112
  1. #ifndef _ASM_M68K_FD_H
  2. #define _ASM_M68K_FD_H
  3. /* Definitions for the Atari Floppy driver */
  4. struct atari_format_descr {
  5. int track; /* to be formatted */
  6. int head; /* "" "" */
  7. int sect_offset; /* offset of first sector */
  8. };
  9. #endif