13 lines
256 B
C
13 lines
256 B
C
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#ifndef CTS_OEM_H
|
|
#define CTS_OEM_H
|
|
|
|
struct chipone_ts_data;
|
|
|
|
extern int cts_oem_init(struct chipone_ts_data *cts_data);
|
|
extern int cts_oem_deinit(struct chipone_ts_data *cts_data);
|
|
|
|
#endif /* CTS_VENDOR_H */
|
|
|