linux/arch/m68k/include/asm/bootinfo.h

6 lines
82 B
C

#ifdef __uClinux__
#include "bootinfo_no.h"
#else
#include "bootinfo_mm.h"
#endif