5 lines
73 B
C
5 lines
73 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
void printk(const char* msg);
|
||
|
|
void panic(const char* msg);
|