mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-16 17:14:12 +03:00
7 lines
69 B
C
7 lines
69 B
C
#ifndef CONSOLE_H__
|
|
#define CONSOLE_H__
|
|
|
|
void console(void);
|
|
|
|
#endif
|