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 between 56095 -> 55830 in arch
[AROS.git]
/
arch
/
arm-native
/
soc
/
broadcom
/
2708
/
hidd
/
i2c
/
i2c-bcm2708.conf
blob
14c082ec978507cb1fd332803b7d9feae4bed081
1
##begin config
2
basename I2CBCM2708
3
libbasetype struct i2cbcm2708base
4
version 1.0
5
superclass CLID_Hidd_I2C
6
classid CLID_I2C_BCM2708
7
classptr_field i2c_DrvClass
8
residentpri 89
9
##end config
10
11
##begin cdefprivate
12
#include <hidd/i2c.h>
13
#include <hardware/bcm2708.h>
14
#include "i2c-bcm2708.h"
15
##end cdefprivate
16
17
##begin methodlist
18
.interface Hidd_I2C
19
PutByte
20
GetByte
21
##end methodlist