Kintsugi OS 0.2.0
x86 Monolithic OS
Loading...
Searching...
No Matches
ports.h
Go to the documentation of this file.
1#ifndef PORTS_H
2#define PORTS_H
3
4#include "../kklibc/ctypes.h"
5
12void outports(u16 port, u16 data);
13
14#endif
unsigned short u16
Definition ctypes.h:13
void outports(u16 port, u16 data)
Out ports.
Definition ports.c:24