blob: 3a2051e822b0b61d6bc298720e2e4bf9a7a75b7f [file] [log] [blame]
Geert Uytterhoeven4c3c5222013-10-02 11:37:33 +02001/*
2** asm/bootinfo-apollo.h -- Apollo-specific boot information definitions
3*/
4
5#ifndef _UAPI_ASM_M68K_BOOTINFO_APOLLO_H
6#define _UAPI_ASM_M68K_BOOTINFO_APOLLO_H
7
8
9 /*
10 * Apollo-specific tags
11 */
12
13#define BI_APOLLO_MODEL 0x8000 /* model (u_long) */
14
15
16#endif /* _UAPI_ASM_M68K_BOOTINFO_APOLLO_H */