Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / arch / arm-raspi / boot / include / vc_mb.h
blob866568a4a2c122a5c801edf61434af1bb784810a
1 /*
2 Copyright © 2013, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef VC_MB_H
7 #define VC_MB_H
9 #define VCMB_PROPCHAN 8
11 extern volatile unsigned int *vcmb_read(void *mb, unsigned int chan);
12 extern void vcmb_write(void *mb, unsigned int chan, void *msg);
14 #endif /* VC_MB_H */