]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/imageboot.h
xnu-4570.31.3.tar.gz
[apple/xnu.git] / bsd / sys / imageboot.h
index a77c9cca837a75a305c4ae5cb4acf8b21edeaf34..dd526f54268c83791e9a7e16f04b90138af7e339 100644 (file)
@@ -35,5 +35,6 @@ int   imageboot_mount_image(const char *root_path, int height);
 
 #define IMAGEBOOT_CONTAINER_ARG                "container-dmg"
 #define IMAGEBOOT_ROOT_ARG             "root-dmg"
+#define IMAGEBOOT_AUTHROOT_ARG         "auth-root-dmg"
 
 #endif