X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Fapidoc%2Farch_x86.h;h=4031424d7c9f7840d7a495cf06fc87208d5b79cc;hb=9ae39ccdd3d650b307dee2726efd38dca3233854;hp=7818c8c508eb6e2273eed67256320ef136c2cfb8;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/apidoc/arch_x86.h b/KernelLand/Kernel/include/apidoc/arch_x86.h index 7818c8c5..4031424d 100644 --- a/KernelLand/Kernel/include/apidoc/arch_x86.h +++ b/KernelLand/Kernel/include/apidoc/arch_x86.h @@ -27,7 +27,7 @@ extern Uint8 inb(Uint16 Port); //!< Read 1 byte from the IO Bus extern Uint16 inw(Uint16 Port); //!< Read 2 bytes from the IO Bus extern Uint32 inl(Uint16 Port); //!< Read 4 bytes from the IO Bus -extern Uint64 inq(Uint16 Port); //!< Read 8 bytes from the IO Bus\ +extern Uint64 inq(Uint16 Port); //!< Read 8 bytes from the IO Bus extern void outb(Uint16 Port, Uint8 Value); //!< Write 1 byte to the IO Bus extern void outw(Uint16 Port, Uint16 Value); //!< Write 2 bytes to the IO Bus