X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fio.h;h=230300b797c31d40c303b3a67669cac30262871d;hb=c5f9b01f00dff761629e4be02cfc4f733ce26d09;hp=bd23614d724afdc885edb8952d6ec25da7914605;hpb=626595465a2c6987606a6bc697df65130ad8c2d3;p=palacios.git diff --git a/palacios/include/geekos/io.h b/palacios/include/geekos/io.h index bd23614..230300b 100644 --- a/palacios/include/geekos/io.h +++ b/palacios/include/geekos/io.h @@ -1,7 +1,7 @@ /* * x86 port IO routines * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -18,6 +18,9 @@ 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 */