X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Fapidoc%2Farch_x86.h;h=4031424d7c9f7840d7a495cf06fc87208d5b79cc;hb=910b87da7338937ace686848fb915908df0bf09b;hp=7818c8c508eb6e2273eed67256320ef136c2cfb8;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;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