Subject: Re: Kernel include files proposal
To: None <khym@azeotrope.org>
From: Ross Harvey <ross@ghs.com>
List: tech-kern
Date: 04/11/2001 14:10:53
> From: Dave Huang <khym@azeotrope.org>
>
> On Wed, 11 Apr 2001, Ross Harvey wrote:
> > But note that ic/bt8xx.h defines no ioctls. There was no general way to
> > identify it as needed.
>
> This is /usr/include/sys/ic/bt8xx.h, right? Aren't all of those
> #define METEORCAPTUR _IOW('x', 1, int)                   /* capture a frame */
> #define METEORCAPFRM _IOW('x', 2, struct meteor_capframe)  /* sync capture */
>
> etc... things ioctls?


Err, I'm getting my bktr files confused. Yes, it does define general
stuff and a bunch of ioctls, so .. I guess we would have caught that
one.

//