[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

@@ -20,7 +20,7 @@
#include <stdint.h>
#include <string.h>
#include <strings.h>
#include <io.h>
#include <gpxe/io.h>
#include <gpxe/list.h>
#include <gpxe/init.h>
#include <gpxe/malloc.h>