URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-m68k/] [atafd.h] - Rev 1782
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