diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-10-02 16:40:44 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-26 05:09:21 -0500 |
commit | cf288bd5b122d12476fd7d9825c292daef5dba58 (patch) | |
tree | 16b5cd1608702f722a009f8fb609a0cd5112253c /arch/m68k/include/asm/mvme16xhw.h | |
parent | 8693d6167e16baab1ee900d94b16af586a26a916 (diff) |
m68k/UAPI: Move VME Board ID definition to <asm/bootinfo-vme.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include/asm/mvme16xhw.h')
-rw-r--r-- | arch/m68k/include/asm/mvme16xhw.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/m68k/include/asm/mvme16xhw.h b/arch/m68k/include/asm/mvme16xhw.h index 87fa84ad252e..1eb89de631e5 100644 --- a/arch/m68k/include/asm/mvme16xhw.h +++ b/arch/m68k/include/asm/mvme16xhw.h | |||
@@ -3,21 +3,6 @@ | |||
3 | 3 | ||
4 | #include <asm/irq.h> | 4 | #include <asm/irq.h> |
5 | 5 | ||
6 | /* Board ID data structure - pointer to this retrieved from Bug by head.S */ | ||
7 | |||
8 | /* Note, bytes 12 and 13 are board no in BCD (0162,0166,0167,0177,etc) */ | ||
9 | |||
10 | typedef struct { | ||
11 | char bdid[4]; | ||
12 | u_char rev, mth, day, yr; | ||
13 | u_short size, reserved; | ||
14 | u_short brdno; | ||
15 | char brdsuffix[2]; | ||
16 | u_long options; | ||
17 | u_short clun, dlun, ctype, dnum; | ||
18 | u_long option2; | ||
19 | } t_bdid, *p_bdid; | ||
20 | |||
21 | 6 | ||
22 | typedef struct { | 7 | typedef struct { |
23 | u_char ack_icr, | 8 | u_char ack_icr, |