Files
kaguya 9a9b91c940 user: implement mlibc as the libc, finally.
It's finally done..

Signed-off-by: kaguya <vpshinomiya@protonmail.com>
2026-05-02 03:31:49 -04:00

13 lines
323 B
C

#ifndef _ABIBITS_REBOOT_H
#define _ABIBITS_REBOOT_H
#define RB_AUTOBOOT 0xdeadb007
#define RB_HALT_SYSTEM 0xdeaddead
#define RB_ENABLE_CAD 0xdeadcad1
#define RB_DISABLE_CAD 0xdeadcad0
#define RB_POWER_OFF 0xdead00ff
#define RB_SW_SUSPEND 0xdead2222
#define RB_KEXEC 0xdeadecec
#endif /* _ABIBITS_REBOOT_H */