reboot method

int reboot(
  1. int arg0
)

Implementation

int reboot(int arg0) {
  return _reboot(arg0);
}