MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / dev_reboot

Function dev_reboot

loader/linux/src/entry.c:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185/* -------------------------------------------------------------------------- */
186
187int
188dev_reboot(struct notifier_block *nb, unsigned long code, void *unused)
189{
190 return NOTIFY_DONE;
191}
192
193static int
194resume(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected