repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
drivers
/
bus
/
i2c
/
arch
/
earm
/
omap_i2c.h
blob
014df2c83ee5eb13052fc0a14f0fc347a179a0e3
1
#ifndef _OMAP_I2C_H
2
#define _OMAP_I2C_H
3
4
#include <minix/chardriver.h>
5
#include <minix/i2c.h>
6
#include
"omap_i2c_registers.h"
7
8
int
omap_interface_setup
(
int
(**
process
)(
minix_i2c_ioctl_exec_t
*
ioctl_exec
),
int
i2c_bus_id
);
9
10
#endif
/* _OMAP_I2C_H */