#ifndef CPU_INIT_H #define CPU_INIT_H #include void cpu_init(struct multiboot_boot_header_tag* tags); #endif