mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
4c3c522bce
Export the bootinfo definitions that are used by bootstrap loaders, and split them up in generic and platform-specific parts. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
17 lines
295 B
C
17 lines
295 B
C
/*
|
|
** asm/bootinfo-q40.h -- Q40-specific boot information definitions
|
|
*/
|
|
|
|
#ifndef _UAPI_ASM_M68K_BOOTINFO_Q40_H
|
|
#define _UAPI_ASM_M68K_BOOTINFO_Q40_H
|
|
|
|
|
|
/*
|
|
* Latest Q40 bootinfo version
|
|
*/
|
|
|
|
#define Q40_BOOTI_VERSION MK_BI_VERSION(2, 0)
|
|
|
|
|
|
#endif /* _UAPI_ASM_M68K_BOOTINFO_Q40_H */
|