summaryrefslogtreecommitdiffstats
path: root/sys/sys/user.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2014-02-11 21:57:37 +0000
committerjhb <jhb@FreeBSD.org>2014-02-11 21:57:37 +0000
commit57d1391321eb6f357a02c1d474c129fcdec56f94 (patch)
tree47502f03f6f70938d713e429cc3e76ce2da8a160 /sys/sys/user.h
parent74fc279d26ef43bcc23fb9e9bb27e825a63a9728 (diff)
downloadFreeBSD-src-57d1391321eb6f357a02c1d474c129fcdec56f94.zip
FreeBSD-src-57d1391321eb6f357a02c1d474c129fcdec56f94.tar.gz
Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as an
explicit object type. Reviewed by: kib MFC after: 1 week
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r--sys/sys/user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index eabd84b..8576f6d 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -414,6 +414,7 @@ struct kinfo_file {
#define KVME_TYPE_PHYS 5
#define KVME_TYPE_DEAD 6
#define KVME_TYPE_SG 7
+#define KVME_TYPE_MGTDEVICE 8
#define KVME_TYPE_UNKNOWN 255
#define KVME_PROT_READ 0x00000001
OpenPOWER on IntegriCloud