58217f5900
WOO HOO!
8 lines
105 B
C
8 lines
105 B
C
#include "io.h"
|
|
|
|
#define UNUSED_PORT 0x80
|
|
|
|
void i686_iowait()
|
|
{
|
|
i686_outb(UNUSED_PORT, 0);
|
|
}
|