MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / reboot

Function reboot

bsp/x86/drivers/board.c:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82static int reboot(void)
83{
84 outb(KBSTATP, 0xFE); /* pulse reset low */
85
86 return 0;
87}
88MSH_CMD_EXPORT(reboot, reboot system);
89/*@}*/

Callers

nothing calls this directly

Calls 1

outbFunction · 0.85

Tested by

no test coverage detected