blob: 8e213267f8e7165054c35f9d81dab22481467fa4 [file] [log] [blame]
Greg Ungererde9f4fc2009-02-06 14:31:51 +10001/*
2** asm/bootinfo.h -- Definition of the Linux/m68k boot information structure
3**
4** Copyright 1992 by Greg Harp
5**
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
8** for more details.
Greg Ungererde9f4fc2009-02-06 14:31:51 +10009*/
10
11#ifndef _M68K_BOOTINFO_H
12#define _M68K_BOOTINFO_H
13
Geert Uytterhoeven4c3c5222013-10-02 11:37:33 +020014#include <uapi/asm/bootinfo.h>
Greg Ungererde9f4fc2009-02-06 14:31:51 +100015
Geert Uytterhoeven7bc1e4d2013-08-21 22:36:32 +020016
17#ifndef __ASSEMBLY__
18
19#ifdef CONFIG_BOOTINFO_PROC
20extern void save_bootinfo(const struct bi_record *bi);
21#else
22static inline void save_bootinfo(const struct bi_record *bi) {}
23#endif
24
25#endif /* __ASSEMBLY__ */
26
27
Greg Ungererde9f4fc2009-02-06 14:31:51 +100028#endif /* _M68K_BOOTINFO_H */