Greg Ungerer | de9f4fc | 2009-02-06 14:31:51 +1000 | [diff] [blame] | 1 | /* |
| 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 Ungerer | de9f4fc | 2009-02-06 14:31:51 +1000 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef _M68K_BOOTINFO_H |
| 12 | #define _M68K_BOOTINFO_H |
| 13 | |
Geert Uytterhoeven | 4c3c522 | 2013-10-02 11:37:33 +0200 | [diff] [blame^] | 14 | #include <uapi/asm/bootinfo.h> |
Greg Ungerer | de9f4fc | 2009-02-06 14:31:51 +1000 | [diff] [blame] | 15 | |
Greg Ungerer | de9f4fc | 2009-02-06 14:31:51 +1000 | [diff] [blame] | 16 | #endif /* _M68K_BOOTINFO_H */ |