summaryrefslogtreecommitdiff
path: root/Source/Library/Interface/Sys.iface.h
blob: c734f5286cf15a6dae4f63f677db162caed9e11f (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef SYS_IFACE_H
#define SYS_IFACE_H

#define SYIF_IFID 0xFF

#define SYIF_HALT 0x1
#define SYIF_REBOOT 0x2

#endif