blob: f16572ff8b187fc92a34f49a6b4bf54a27c602fe [file] [log] [blame]
#pragma once
#include <stdint.h>
extern "C"
{
void* initializeNotifier(void (*ProcessQueue)(uint32_t, void*), void* param, int32_t *status);
void cleanNotifier(void* notifier_pointer, int32_t *status);
void updateNotifierAlarm(void* notifier_pointer, uint32_t triggerTime, int32_t *status);
}