Sign in
kunit
/
linux
/
23a0ee908cbfba3264d19729c67c22b20fa73886
/
.
/
include
/
asm-m68k
/
atafd.h
blob: 8456889ee7da275662978afa3c1453f77a416d30 [
file
] [
log
] [
blame
]
#ifndef
_ASM_M68K_FD_H
#define
_ASM_M68K_FD_H
/* Definitions for the Atari Floppy driver */
struct
atari_format_descr
{
int
track
;
/* to be formatted */
int
head
;
/* "" "" */
int
sect_offset
;
/* offset of first sector */
};
#endif