X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fio.h;h=230300b797c31d40c303b3a67669cac30262871d;hp=bd23614d724afdc885edb8952d6ec25da7914605;hb=c1bcd8f9df03004c9ffdc9ab79a64cb354441801;hpb=3379c30ffce19097f7253619132bb056fb6c2f26 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 */