|
tape-kernel 1.0
a modular modern independent kernel
|
#include "../lib/types.h"

Go to the source code of this file.
Macros | |
| #define | inb __inb |
| #define | outb __outb |
| #define | inw __inw |
| #define | outw __outw |
| #define | reboot __reboot |
Functions | |
| uint8_t | __inb (uint16_t port) |
| void | __outb (uint16_t port, uint8_t val) |
| uint16_t | __inw (uint16_t port) |
| void | __outw (uint16_t port, uint16_t val) |
| void | __reboot (void) |
| #define inb __inb |
Definition at line 6 of file io.h.
Referenced by ___init(), __cnb(), __delay(), __gtchr(), __ideinit(), __idesize(), __irsec(), and __iwrt().
| #define inw __inw |
Definition at line 8 of file io.h.
Referenced by __idesize(), and __irsec().
| #define outb __outb |
| void __reboot | ( | void | ) |