repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git]
/
arch
/
m68k
/
include
/
asm
/
atafd.h
blob
ad7014cad6339ea6efdf5f16aedbb9ceb22f3390
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_M68K_FD_H
3
#define _ASM_M68K_FD_H
4
5
/* Definitions for the Atari Floppy driver */
6
7
struct
atari_format_descr
{
8
int
track
;
/* to be formatted */
9
int
head
;
/* "" "" */
10
int
sect_offset
;
/* offset of first sector */
11
};
12
13
#endif