]> Git Repo - linux.git/blob - drivers/media/usb/pvrusb2/pvrusb2-i2c-core.h
arm64: avoid prototype warnings for syscalls
[linux.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 <[email protected]>
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 */
This page took 0.032437 seconds and 4 git commands to generate.