atafd.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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