2 ** asm/bootinfo.h -- Definition of the Linux/m68k boot information structure
4 ** Copyright 1992 by Greg Harp
6 ** This file is subject to the terms and conditions of the GNU General Public
7 ** License. See the file COPYING in the main directory of this archive
11 #ifndef _M68K_BOOTINFO_H
12 #define _M68K_BOOTINFO_H
14 #include <uapi/asm/bootinfo.h>
19 #ifdef CONFIG_BOOTINFO_PROC
20 extern void save_bootinfo(const struct bi_record *bi);
22 static inline void save_bootinfo(const struct bi_record *bi) {}
25 #endif /* __ASSEMBLY__ */
28 #endif /* _M68K_BOOTINFO_H */