pvrusb2-i2c-core.h (310B)
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 9struct pvr2_hdw; 10 11void pvr2_i2c_core_init(struct pvr2_hdw *); 12void pvr2_i2c_core_done(struct pvr2_hdw *); 13 14 15#endif /* __PVRUSB2_I2C_ADAPTER_H */