gems-kernel/source/THIRDPARTY/nanobyte_os/kernel/arch/i686/io.c

9 lines
105 B
C
Raw Normal View History

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