#pragma once
namespace Init
{
void check_magic();
void disable_smp();
void early_init();
void finish_kernel_boot();
}