]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/imageboot.h
xnu-2050.48.11.tar.gz
[apple/xnu.git] / bsd / sys / imageboot.h
index 9ab02b5ab5ee65654c4549d22e75e47dc8334f52..a77c9cca837a75a305c4ae5cb4acf8b21edeaf34 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2006-2010 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _IMAGEBOOT_H_
 #define _IMAGEBOOT_H_
 
-int imageboot_needed(void);
-int imageboot_setup(void);
+int    imageboot_needed(void);
+void   imageboot_setup(void);
+int    imageboot_format_is_valid(const char *root_path);
+int    imageboot_mount_image(const char *root_path, int height);
+
+#define IMAGEBOOT_CONTAINER_ARG                "container-dmg"
+#define IMAGEBOOT_ROOT_ARG             "root-dmg"
 
 #endif