Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / arm-native / soc / broadcom / 2708 / mbox / mbox.conf
blobd4662f2c82561fe3716aac06d2db827b9a7471dd
1 ##begin config
2 version 0.1
3 residentpri 88
4 libbase MBoxBase
5 libbasetype struct MBoxBase
6 ##end config
7 ##begin cdef
8 #include <inttypes.h>
9 ##end cdef
10 ##begin cdefprivate
11 #include "mbox_private.h"
12 ##end cdefprivate
13 ##begin functionlist
14 unsigned int MBoxStatus(void *mb) (A0)
15 volatile unsigned int *MBoxRead(void *mb, unsigned int chan) (A0, D0)
16 void MBoxWrite(void *mb, unsigned int chan, void *msg) (A0, D0, A1)
17 ##end functionlist