/* * ELF Binary Executable headers * * vim:noexpandtab * vim:tabstop=4 */ /* * Different bits of our build environment * require different header files for definitions */ #ifdef _KERNEL_ # include #else # ifdef BOOTLOADER # include # else # include # endif #endif