aboutsummaryrefslogtreecommitdiff
path: root/src/tmt300rs/hid-tmt300rs.h
blob: 2305f4b4c88e4a1caa5d1d9788d074ffa03ddfbd (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef __HID_TMT300RS_H
#define __HID_TMT300RS_H

#include "../hid-tmff2.h"

int t300rs_populate_api(struct tmff2_device_entry *tmff2);

#endif