Luna/kernel/src/boot/Init.h
2023-01-02 13:07:29 +01:00

8 lines
80 B
C++

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