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