mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-27 11:00:28 +03:00
7 lines
73 B
C
7 lines
73 B
C
#ifndef __CONSOLE_H__
|
|
#define __CONSOLE_H__
|
|
|
|
void console(void);
|
|
|
|
#endif
|