Luna/kernel/src/boot/Init.h
2022-11-19 17:59:49 +01:00

7 lines
79 B
C++

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