Files
rpi_b/lib/libc/syscall/reboot.S
T

8 lines
72 B
ArmAsm

.text
.extern __reboot
.globl _reboot
.balign 2
_reboot:
jmp __reboot