]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kdp/kdp_internal.h
xnu-4570.31.3.tar.gz
[apple/xnu.git] / osfmk / kdp / kdp_internal.h
index f73d345821a6c239774d0e26e343ae5681e94168..9168ac7a8890dd353507e1b630599fdcb2ea633d 100644 (file)
  */
 
 #include <kdp/kdp.h>
+#include <kern/machine.h>
 #include <kdp/kdp_protocol.h>
 #include <mach/vm_types.h>
+#include <mach/boolean.h>
+#include <mach/mach_types.h>
 #include <libsa/types.h>
 
 typedef struct {
@@ -54,6 +57,8 @@ extern kdp_glob_t     kdp;
 extern volatile int    kdp_flag;
 extern int            noresume_on_disconnect;
 
+extern char kdp_kernelversion_string[256];
+
 #define KDP_READY       0x1
 #define KDP_ARP         0x2
 #define KDP_BP_DIS      0x4