Subject: Re: new x86/pio.h breaks vbetool
To: Christos Zoulas <christos@astron.com>
From: Tom Spindler <dogcow@babymeat.com>
List: current-users
Date: 10/30/2007 00:13:04
> >The presence of a kernel header does not mean that it's a published or
> >stable API. It's unfortunate, but vbetool shouldn't be using machine/pio.h
> >and it should be fixed.
> 
> What API should it be using?

presumably, not the underscore-prefixed versions - e.g.
outb() instead of __outb,
inb() instead of __inb, etc.