mirror of
https://github.com/encounter/osdev.git
synced 2026-07-10 12:18:43 -07:00
6 lines
59 B
C
6 lines
59 B
C
#pragma once
|
|
|
|
#include <common.h>
|
|
|
|
_noreturn
|
|
void reboot(); |