limine/common/console.h
cospplredman ba5c0004e6 fixed header guard names
made them more standard compliant
2024-03-20 03:06:55 +01:00

7 lines
69 B
C

#ifndef CONSOLE_H__
#define CONSOLE_H__
void console(void);
#endif