aboutsummaryrefslogtreecommitdiff
path: root/include/apos/power.h
blob: 31f199d4c2c2efabffd3498e2926fc3c0e9f4d62 (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