repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Zero is a normal mask value, not a wildcard.
[AROS.git]
/
rom
/
dosboot
/
menu.h
blob
37120800e635f6dfba00e17f24a135fd1636eb07
1
#ifndef BOOTMENU_DRIVER_H
2
#define BOOTMENU_DRIVER_H
3
4
#include
"dosboot_intern.h"
5
6
int
bootmenu_Init
(
LIBBASETYPEPTR LIBBASE
,
BOOL WantBootMenu
);
7
void
selectBootDevice
(
LIBBASETYPEPTR DOSBootBase
);
8
9
#endif