mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-08 21:24:19 +03:00
7 lines
65 B
C
7 lines
65 B
C
#ifndef __MENU_H__
|
|
#define __MENU_H__
|
|
|
|
char *menu(void);
|
|
|
|
#endif
|