csleeptimer/suspend.h

6 lines
86 B
C

#ifndef _SUSPEND_H
#define _SUSPEND_H
#include <stdbool.h>
bool suspend(void);
#endif