8 lines
103 B
C
8 lines
103 B
C
|
#pragma once
|
||
|
|
||
|
namespace Init
|
||
|
{
|
||
|
void check_magic();
|
||
|
void disable_smp();
|
||
|
void early_init();
|
||
|
}
|