atafd.h 300 B

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