aboutsummaryrefslogtreecommitdiff
path: root/include/apos/power.h
blob: e0ca5182005bef70a811cf25ee0db6307432bc1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef APOS_POWER_H
#define APOS_POWER_H

#include <apos/types.h>
#include <apos/attrs.h>

enum poweroff_type {SHUTDOWN, COLD_REBOOT, WARM_REBOOT};
stat_t poweroff(enum poweroff_type type);

#endif