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
AutoDoc fix: removed the promise that ReadItem() sets IoErr() in case of an
[AROS.git]
/
rom
/
dosboot
/
menu.h
blob
7fc0823bc8a7110bde1432783cd540bd178e9716
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
8
#endif