Add new shared header file drm_internal.h.
authorKristian Høgsberg <krh@temari.boston.redhat.com>
Wed, 14 Nov 2007 19:28:34 +0000 (14:28 -0500)
committerKristian Høgsberg <krh@temari.boston.redhat.com>
Wed, 14 Nov 2007 19:28:34 +0000 (14:28 -0500)
commit68cdcda1eaf02353f2ef2d637c6bf1003c849185
treedf31d9a9b29f0333a04e058188bb71b9a3c55774
parent448ccf13ba647a4b649857c661ab9c64bce91795
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.
bsd-core/drmP.h
bsd-core/drm_internal.h [new symlink]
linux-core/drmP.h
linux-core/drm_internal.h [new symlink]
shared-core/drm_internal.h [new file with mode: 0644]