mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 19:25:11 +07:00
10 lines
179 B
C
10 lines
179 B
C
![]() |
#ifndef _ONETOUCH_H_
|
||
|
#define _ONETOUCH_H_
|
||
|
|
||
|
#define ONETOUCH_PKT_LEN 0x02
|
||
|
#define ONETOUCH_BUTTON KEY_PROG1
|
||
|
|
||
|
int onetouch_connect_input(struct us_data *ss);
|
||
|
|
||
|
#endif
|