WIP FPC-III support
[linux/fpc-iii.git] / drivers / media / usb / pvrusb2 / pvrusb2-i2c-core.h
blob6da66a80a1aaf5e9f8433a5f2c5b017fad34bbc3
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
4 * Copyright (C) 2005 Mike Isely <isely@pobox.com>
5 */
6 #ifndef __PVRUSB2_I2C_CORE_H
7 #define __PVRUSB2_I2C_CORE_H
9 struct pvr2_hdw;
11 void pvr2_i2c_core_init(struct pvr2_hdw *);
12 void pvr2_i2c_core_done(struct pvr2_hdw *);
15 #endif /* __PVRUSB2_I2C_ADAPTER_H */