X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fio.h;fp=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fio.h;h=0000000000000000000000000000000000000000;hp=230300b797c31d40c303b3a67669cac30262871d;hb=a70930549d1b741704dd7af4e6bb0e89f6f8a519;hpb=afb634a80f946634454a5d067a92aa600227bd93 diff --git a/misc/test_vm/include/geekos/io.h b/misc/test_vm/include/geekos/io.h deleted file mode 100644 index 230300b..0000000 --- a/misc/test_vm/include/geekos/io.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * x86 port IO routines - * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.2 $ - * - * This is free software. You are permitted to use, - * redistribute, and modify it as specified in the file "COPYING". - */ - -#ifndef GEEKOS_IO_H -#define GEEKOS_IO_H - -#include - -void Out_Byte(ushort_t port, uchar_t value); -uchar_t In_Byte(ushort_t port); - -void Out_Word(ushort_t port, ushort_t value); -ushort_t In_Word(ushort_t port); - -void Out_DWord(ushort_t port, uint_t value); -uint_t In_DWord(ushort_t port); - -void IO_Delay(void); - -#endif /* GEEKOS_IO_H */