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 */
16