[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>

This commit is contained in:
Michael Brown
2008-10-12 00:52:30 +01:00
parent 8956a36be5
commit ee2df1d6d6
22 changed files with 26 additions and 291 deletions

View File

@@ -60,7 +60,7 @@
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <io.h>
#include <gpxe/io.h>
#include <unistd.h>
#include <gpxe/isapnp.h>