Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76667
b: refs/heads/master
c: 8574ac6
h: refs/heads/master
i:
  76665: a21b31f
  76663: ba6b214
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent fe7a3c4 commit 73c814d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67d52e29032dd2f21d4080331f47a21205f337f6
refs/heads/master: 8574ac690eab730a3ff735177af1d52e45e36c8b
7 changes: 7 additions & 0 deletions trunk/include/media/v4l2-i2c-drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

#ifndef __V4L2_I2C_DRV_H__
#define __V4L2_I2C_DRV_H__

#include <media/v4l2-common.h>

struct v4l2_i2c_driver_data {
const char * const name;
int driverid;
Expand Down Expand Up @@ -59,3 +64,5 @@ static void __exit v4l2_i2c_drv_cleanup(void)

module_init(v4l2_i2c_drv_init);
module_exit(v4l2_i2c_drv_cleanup);

#endif /* __V4L2_I2C_DRV_H__ */

0 comments on commit 73c814d

Please sign in to comment.