Luna/kernel/src/Init.h
2022-11-13 12:20:53 +01:00

7 lines
79 B
C++

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