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