taglinefilesource code
hw_present431arch/m68k/boot/atari/bootstrap.cmemset(&bi.bi_atari.hw_present, 0, sizeof(bi.bi_atari.hw_present));
hw_present31include/asm-m68k/bootinfo.h#define AMIGAHW_SET(name)  (boot_info.bi_amiga.hw_present.name = 1)
hw_present32include/asm-m68k/bootinfo.h#define AMIGAHW_PRESENT(name)  (boot_info.bi_amiga.hw_present.name)
hw_present79include/asm-m68k/bootinfo.h} hw_present;
hw_present94include/asm-m68k/bootinfo.h#define ATARIHW_SET(name)  (boot_info.bi_atari.hw_present.name = 1)
hw_present95include/asm-m68k/bootinfo.h#define ATARIHW_PRESENT(name)  (boot_info.bi_atari.hw_present.name)
hw_present136include/asm-m68k/bootinfo.h} hw_present;