Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/linux...
[linux-2.6-microblaze.git] / drivers / media / usb / pvrusb2 / pvrusb2-i2c-core.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *
4  *  Copyright (C) 2005 Mike Isely <isely@pobox.com>
5  */
6 #ifndef __PVRUSB2_I2C_CORE_H
7 #define __PVRUSB2_I2C_CORE_H
8
9 struct pvr2_hdw;
10
11 void pvr2_i2c_core_init(struct pvr2_hdw *);
12 void pvr2_i2c_core_done(struct pvr2_hdw *);
13
14
15 #endif /* __PVRUSB2_I2C_ADAPTER_H */