c05564c4d8
Android 13
11 lines
233 B
C
Executable file
11 lines
233 B
C
Executable file
#ifndef _SEC_ACCDET_SYSFS_CB_H
|
|
#define _SEC_ACCDET_SYSFS_CB_H
|
|
|
|
struct accdet_data {
|
|
int jack_state;
|
|
int key_state;
|
|
int mic_adc;
|
|
};
|
|
|
|
void register_accdet_jack_cb(struct accdet_data *accdet_pdata);
|
|
#endif /*_SEC_ACCDET_SYSFS_CB_H */ |