Avoid building ilbmtoicon and infoinfo twice via 'all' target, clean infoinfo.
[AROS.git] / rom / openfirmware / openfirmware.conf
blobe717f7ea18fe92aa40c012aedabe70acd057a950
1 ##begin config
2 version 0.1
3 residentpri 102
4 libbase OpenFirmwareBase
5 libbasetype struct OpenFirmwareBase
6 ##end config
7 ##begin cdef
8 #include <inttypes.h>
9 #include <utility/tagitem.h>
10 ##end cdef
11 ##begin cdefprivate
12 #include "of_intern.h"
13 ##end cdefprivate
14 ##begin functionlist
15 void *OF_OpenKey(char *name) (A0)
16 void OF_CloseKey(void *key) (A0)
17 void *OF_GetChild(void *key, void *prev) (A0, A1)
18 void *OF_FindProperty(void *key, char *name) (A0, A1)
19 void *OF_GetProperty(void *key, void *prev) (A0, A1)
20 uint32_t OF_GetPropLen(void *prop) (A0)
21 void *OF_GetPropValue(void *prop) (A0)
22 char *OF_GetPropName(void *prop) (A0)
23 ##end functionlist