]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/panic_hooks.h
xnu-2782.20.48.tar.gz
[apple/xnu.git] / osfmk / i386 / panic_hooks.h
index 92905ebb402e030c58957a00b119d931c3eba86d..10b38e5758e47e465a155d83f94611cfd340ef95 100644 (file)
@@ -32,7 +32,7 @@
 #if XNU_KERNEL_PRIVATE
 
 #include <stdint.h>
-#include <stdbool.h>
+#include <mach/i386/boolean.h>
 
 typedef struct {
        uint64_t        opaque[6];
@@ -53,7 +53,7 @@ typedef struct panic_phys_range {
        uint64_t len;
 } panic_phys_range_t;
 
-bool panic_phys_range_before(const void *addr, uint64_t *pphys, 
+boolean_t panic_phys_range_before(const void *addr, uint64_t *pphys, 
                                                         panic_phys_range_t *range);
 
 #endif // XNU_KERNEL_PRIVATE