5 lines
102 B
C
5 lines
102 B
C
#pragma once
|
|
#include <ygg/reboot.h>
|
|
|
|
int reboot(int magic, int magic2, unsigned int cmd, void *arg);
|