making the kernel build with up to date compilers again, see https://bbs.archlinux...
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / drivers / media / video / lxv4l2 / ov7670.h
blob9fdd4d053d26edf2a545aa7b2bc9552064ef97e7
1 #ifndef __OV7670_H__
2 #define __OV7670_H__
3 #include <linux/i2c.h>
5 extern int ov7670_mod_init(void);
6 extern int ov7670_mod_exit(void);
8 extern struct i2c_client *ov7670_i2c_client;
10 extern int ov7670_command(struct i2c_client *, unsigned int, void *);
11 #endif