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
remove duplicate const
[AROS.git]
/
rom
/
efi
/
efi.conf
blob
69e6eed5fcc1682e1baf235540d1891981fa7041
1
##begin config
2
version 1.1
3
residentpri 126
4
libbase EFIBase
5
libbasetypeextern struct EFIBase
6
##end config
7
8
##begin cdef
9
#include <libraries/uuid.h>
10
#include <resources/efi.h>
11
##end cdef
12
13
##begin functionlist
14
void *EFI_FindConfigTable(const uuid_t *Guid) (A0)
15
##end functionlist