summaryrefslogtreecommitdiff
path: root/Source/Library/Userland/Binding/Sys.ns.h
blob: 3a8426bc48a9ac144fe0adbc6bd72eaafd0ec48a (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef DEF_SYS_NS_H
#define DEF_SYS_NS_H

namespace Sys {
	void halt();
	void reboot();
}

#endif