Deleted Added
full compact
drmP.h (242132) drmP.h (248084)
1/* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*-
2 * Created: Mon Jan 4 10:05:05 1999 by faith@precisioninsight.com
3 */
4/*-
5 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
6 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
7 * All rights reserved.
8 *

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

27 *
28 * Authors:
29 * Rickard E. (Rik) Faith <faith@valinux.com>
30 * Gareth Hughes <gareth@valinux.com>
31 *
32 */
33
34#include <sys/cdefs.h>
1/* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*-
2 * Created: Mon Jan 4 10:05:05 1999 by faith@precisioninsight.com
3 */
4/*-
5 * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
6 * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
7 * All rights reserved.
8 *

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

27 *
28 * Authors:
29 * Rickard E. (Rik) Faith <faith@valinux.com>
30 * Gareth Hughes <gareth@valinux.com>
31 *
32 */
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/sys/dev/drm/drmP.h 242132 2012-10-26 14:29:57Z nwhitehorn $");
35__FBSDID("$FreeBSD: head/sys/dev/drm/drmP.h 248084 2013-03-09 02:32:23Z attilio $");
36
37#ifndef _DRM_P_H_
38#define _DRM_P_H_
39
40#if defined(_KERNEL) || defined(__KERNEL__)
41
42struct drm_device;
43struct drm_file;

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

54#if __FreeBSD_version >= 700000
55#include <sys/priv.h>
56#endif
57#include <sys/proc.h>
58#include <sys/lock.h>
59#include <sys/fcntl.h>
60#include <sys/uio.h>
61#include <sys/filio.h>
36
37#ifndef _DRM_P_H_
38#define _DRM_P_H_
39
40#if defined(_KERNEL) || defined(__KERNEL__)
41
42struct drm_device;
43struct drm_file;

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

54#if __FreeBSD_version >= 700000
55#include <sys/priv.h>
56#endif
57#include <sys/proc.h>
58#include <sys/lock.h>
59#include <sys/fcntl.h>
60#include <sys/uio.h>
61#include <sys/filio.h>
62#include <sys/rwlock.h>
62#include <sys/sysctl.h>
63#include <sys/bus.h>
64#include <sys/queue.h>
65#include <sys/signalvar.h>
66#include <sys/poll.h>
67#include <sys/taskqueue.h>
68#include <sys/tree.h>
69#include <vm/vm.h>

--- 952 unchanged lines hidden ---
63#include <sys/sysctl.h>
64#include <sys/bus.h>
65#include <sys/queue.h>
66#include <sys/signalvar.h>
67#include <sys/poll.h>
68#include <sys/taskqueue.h>
69#include <sys/tree.h>
70#include <vm/vm.h>

--- 952 unchanged lines hidden ---