mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-02 21:26:59 +03:00
7 lines
79 B
C
7 lines
79 B
C
#ifndef __MENU_H__
|
|
#define __MENU_H__
|
|
|
|
char *menu(char **cmdline_ret);
|
|
|
|
#endif
|