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
revert commit 56204.
[AROS.git]
/
arch
/
ppc-chrp
/
rtas
/
rtas.conf
blob
9196cffb2841590334ac2e328ac05b5a8a7ab1ad
1
##begin config
2
version 0.1
3
residentpri 99
4
libbase RTASBase
5
libbasetype struct RTASBase
6
##end config
7
##begin cdef
8
#include <inttypes.h>
9
#include <stdarg.h>
10
##end cdef
11
##begin cdefprivate
12
#include "rtas_private.h"
13
##end cdefprivate
14
##begin functionlist
15
int32_t RTASCall(char *method, uint32_t nrags, uint32_t nret, uint32_t *output, va_list args) (A0, D0, D1, A1, A2)
16
##end functionlist