blob: 095c37e9f8ca4d8b7e83b8d24d86bca2497f4f00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef PAD_PRIVATE_H
#define PAD_PRIVATE_H
#include <pad.h>
#ifdef __cplusplus
extern "C"
{
#endif
void pad_port_update(struct pad *p);
#ifdef __cplusplus
}
#endif
#endif /* PAD_PRIVATE_H */
|