]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/drm/drm_auth.h
KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block
[linux.git] / include / drm / drm_auth.h
index 871008118bab23c3c79dacf3025841ded3996525..6bf8b2b789919870afe5a1194554a831b0127815 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _DRM_AUTH_H_
+#define _DRM_AUTH_H_
+
 /*
  * Internal Header for the Direct Rendering Manager
  *
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#ifndef _DRM_AUTH_H_
-#define _DRM_AUTH_H_
+#include <linux/idr.h>
+#include <linux/kref.h>
+#include <linux/wait.h>
+
+struct drm_file;
+struct drm_hw_lock;
 
 /*
  * Legacy DRI1 locking data structure. Only here instead of in drm_legacy.h for