IO port is always 16 bit, even for inl

This commit is contained in:
Erik van der Kouwe 2010-07-23 07:25:21 +00:00
parent 7b9bddad1b
commit 3a5d923bf1

View file

@ -13,7 +13,7 @@ Created: Jan 15, 1992 by Philip Homburg
unsigned inb(u16_t _port);
unsigned inw(u16_t _port);
unsigned inl(u32_t _port);
unsigned inl(u16_t _port);
void outb(u16_t _port, u8_t _value);
void outw(u16_t _port, u16_t _value);
void outl(u16_t _port, u32_t _value);