Deleted Added
full compact
ioctl_meteor.h (123223) ioctl_meteor.h (123688)
1/*
2 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
27 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 *
1/*
2 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
27 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $FreeBSD: head/sys/dev/bktr/ioctl_meteor.h 123223 2003-12-07 06:37:32Z imp $
31 * $FreeBSD: head/sys/dev/bktr/ioctl_meteor.h 123688 2003-12-20 17:12:25Z obrien $
32 */
33/*
34 * ioctl constants for Matrox Meteor Capture card.
35 */
36
32 */
33/*
34 * ioctl constants for Matrox Meteor Capture card.
35 */
36
37#ifndef _MACHINE_IOCTL_METEOR_H_
38#define _MACHINE_IOCTL_METEOR_H_
37#ifndef _DEV_BKTR_IOCTL_METEOR_H_
38#define _DEV_BKTR_IOCTL_METEOR_H_
39
40#ifndef _KERNEL
41#include <sys/types.h>
42#endif
43#include <sys/ioccom.h>
44
45struct meteor_capframe {
46 short command; /* see below for valid METEORCAPFRM commands */

--- 132 unchanged lines hidden (view full) ---

179 kernel sets, user clears */
180 int num_active_bufs; /* count of active frame buffer
181 kernel increments, user decrements */
182
183 /* reference to mmapped data */
184 caddr_t buf; /* The real space (virtual addr) */
185} ;
186
39
40#ifndef _KERNEL
41#include <sys/types.h>
42#endif
43#include <sys/ioccom.h>
44
45struct meteor_capframe {
46 short command; /* see below for valid METEORCAPFRM commands */

--- 132 unchanged lines hidden (view full) ---

179 kernel sets, user clears */
180 int num_active_bufs; /* count of active frame buffer
181 kernel increments, user decrements */
182
183 /* reference to mmapped data */
184 caddr_t buf; /* The real space (virtual addr) */
185} ;
186
187#endif /* !_MACHINE_IOCTL_METEOR_H_ */
187#endif /* !_DEV_BKTR_IOCTL_METEOR_H_ */