summaryrefslogtreecommitdiff
path: root/bsd-core
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@temari.boston.redhat.com>2007-11-14 14:28:34 -0500
committerKristian Høgsberg <krh@temari.boston.redhat.com>2007-11-14 14:28:34 -0500
commit68cdcda1eaf02353f2ef2d637c6bf1003c849185 (patch)
treedf31d9a9b29f0333a04e058188bb71b9a3c55774 /bsd-core
parent448ccf13ba647a4b649857c661ab9c64bce91795 (diff)
Add new shared header file drm_internal.h.
This header file is shared across linux and bsd, but is not installed for user space to access. It's the place to put prototypes and data types that aren't platform or chipset specific, but still internal to the drm.
Diffstat (limited to 'bsd-core')
-rw-r--r--bsd-core/drmP.h1
l---------bsd-core/drm_internal.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h
index 8a768f0c..9732d509 100644
--- a/bsd-core/drmP.h
+++ b/bsd-core/drmP.h
@@ -108,6 +108,7 @@ typedef struct drm_file drm_file_t;
#include "drm.h"
#include "drm_linux_list.h"
#include "drm_atomic.h"
+#include "drm_internal.h"
#ifdef __FreeBSD__
#include <opt_drm.h>
diff --git a/bsd-core/drm_internal.h b/bsd-core/drm_internal.h
new file mode 120000
index 00000000..b30ef94a
--- /dev/null
+++ b/bsd-core/drm_internal.h
@@ -0,0 +1 @@
+../shared-core/drm_internal.h \ No newline at end of file