You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
237 B
12 lines
237 B
2 years ago
|
#ifndef __SEC_TSP_DUMPKEY_H__
|
||
|
#define __SEC_TSP_DUMPKEY_H__
|
||
|
struct sec_tsp_dumpkey_param {
|
||
|
unsigned int keycode;
|
||
|
int down;
|
||
|
};
|
||
|
|
||
|
struct tsp_dump_callbacks {
|
||
|
void (*inform_dump)(struct device *dev);
|
||
|
};
|
||
|
#endif /* __SEC_TSP_DUMPKEY_H__ */
|