9 lines
111 B
C
9 lines
111 B
C
#ifndef SERVICE_BUTTON_H
|
|
#define SERVICE_BUTTON_H
|
|
|
|
#include <stdint.h>
|
|
|
|
int service_button_init(void);
|
|
|
|
#endif
|