summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/reboot.h
blob: ba58d296afc2db9d3bb56463ec2bbd0a57730e56 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SYS_REBOOT_H
#define _SYS_REBOOT_H

#include <linux/reboot.h>

/* Reboot or halt the system.  */
int reboot (int flag, void *arg);

#endif	/* _SYS_REBOOT_H */