Subject: Re: Kernel include files proposal
To: Ross Harvey <ross@ghs.com>
From: Dave Huang <khym@azeotrope.org>
List: tech-kern
Date: 04/11/2001 15:56:55
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?