]> Git Repo - linux.git/blob - drivers/media/pci/cx18/cx18-i2c.h
arm64: avoid prototype warnings for syscalls
[linux.git] / drivers / media / pci / cx18 / cx18-i2c.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  *  cx18 I2C functions
4  *
5  *  Derived from ivtv-i2c.h
6  *
7  *  Copyright (C) 2007  Hans Verkuil <[email protected]>
8  */
9
10 int cx18_i2c_register(struct cx18 *cx, unsigned idx);
11 struct v4l2_subdev *cx18_find_hw(struct cx18 *cx, u32 hw);
12
13 /* init + register i2c adapter */
14 int init_cx18_i2c(struct cx18 *cx);
15 void exit_cx18_i2c(struct cx18 *cx);
This page took 0.028821 seconds and 4 git commands to generate.