blob: 9357ce112e8ee67f103039e783fb5b5aca2c0da2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __HID_TMT300RS_H
#define __HID_TMT300RS_H
#include "hid-tmff2.h"
int t300rs_populate_api(struct tmff2_device_entry *tmff2);
#endif /* __HID_TM300RS_H */
|