blu_os
Loading...
Searching...
No Matches
io.h
1
//
2
// Created by dylan on 11/07/2026.
3
//
4
5
#ifndef BLU_OS_IO_H
6
#define BLU_OS_IO_H
7
#include <
stdint.h
>
8
9
void
outb(uint16_t port, uint8_t value);
10
11
uint8_t inb(uint16_t port);
12
13
void
ioWait();
14
15
#endif
//BLU_OS_IO_H
stdint.h
Fixed-width integer types.
kernel
include
arch
x86
i386
io
io.h
Generated by
1.16.1