gems-kernel/source/THIRDPARTY/nanobyte_os/kernel/arch/i686/io.c
2024-06-03 11:16:15 -05:00

8 lines
105 B
C

#include "io.h"
#define UNUSED_PORT 0x80
void i686_iowait()
{
i686_outb(UNUSED_PORT, 0);
}