diff options
Diffstat (limited to 'src/io/io.h')
-rw-r--r-- | src/io/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/io.h b/src/io/io.h index 41042c3..e00a5f0 100644 --- a/src/io/io.h +++ b/src/io/io.h @@ -7,4 +7,6 @@ unsigned char receive(unsigned short port); void send(unsigned short port, unsigned char data); +void reboot(); + #endif |