URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-m68k/] [atafd.h] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#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
Go to most recent revision | Compare with Previous | Blame | View Log