7 lines
240 B
C
Executable File
7 lines
240 B
C
Executable File
#ifndef __WIRELESS_CHARGER_STWLC89_DEBUG_H
|
|
#define __WIRELESS_CHARGER_STWLC89_DEBUG_H __FILE__
|
|
|
|
int stwlc89_debug_proc_init(struct mfc_charger_data *charger);
|
|
int stwlc89_debug_proc_remove(void);
|
|
|
|
#endif //__WIRELESS_CHARGER_STWLC89_DEBUG_H
|