Sign in
android
/
device
/
google
/
contexthub
/
9546430f3a1aae25ac1ca90ec7bf74d67ef6f622
/
.
/
firmware
/
inc
/
apInt.h
blob: 488441347183086a0c29db587d8672398db07aa6 [
file
] [
log
] [
blame
]
#ifndef
_APINT_H_
#define
_APINT_H_
#include
<stdbool.h>
#ifdef
__cplusplus
extern
"C"
{
#endif
void
apIntSet
(
bool
wakeup
);
void
apIntClear
(
bool
wakeup
);
#ifdef
__cplusplus
}
#endif
#endif