OSDN Git Service

Revert "Revert "Add support to query tiling mode.""
[android-x86/external-minigbm.git] / gbm.h
diff --git a/gbm.h b/gbm.h
index 5ec13bc..a58aadb 100644 (file)
--- a/gbm.h
+++ b/gbm.h
@@ -251,6 +251,10 @@ enum gbm_bo_flags {
     * The buffer will be read from by a camera subsystem.
     */
    GBM_BO_USE_CAMERA_READ = (1 << 7),
+   /**
+    * Buffer inaccessible to unprivileged users.
+    */
+   GBM_BO_USE_PROTECTED = (1 << 8),
 };
 
 int