restructure broadcom soc file layout
[AROS.git] / arch / arm-native / soc / broadcom / 283x / vcmbox / vcmbox.conf
blobad65891760d7289fa4b1b98c98a1b01d730c3a57
1 ##begin config
2 version 0.1
3 residentpri 88
4 libbase VCMBoxBase
5 libbasetype struct VCMBoxBase
6 ##end config
7 ##begin cdef
8 #include <inttypes.h>
9 ##end cdef
10 ##begin cdefprivate
11 #include "vcmbox_private.h"
12 ##end cdefprivate
13 ##begin functionlist
14 unsigned int VCMBoxStatus(void *mb) (A0)
15 volatile unsigned int *VCMBoxRead(void *mb, unsigned int chan) (A0, D0)
16 void VCMBoxWrite(void *mb, unsigned int chan, void *msg) (A0, D0, A1)
17 ##end functionlist