]> git.saurik.com Git - apple/xnu.git/blobdiff - pexpert/i386/kd.c
xnu-792.6.61.tar.gz
[apple/xnu.git] / pexpert / i386 / kd.c
index 0e8dd758f1c654e5791c975813037988b085516d..a01e99c12251fcf298da46df7b489c3a5d879ab0 100644 (file)
 
 #include <pexpert/pexpert.h>
 
+extern void cpu_shutdown(void);
+
+int    cngetc(void);
+int    cnmaygetc(void);
+void   kdreboot(void);
+
 /*
  * Common I/O ports.
  */
@@ -165,8 +171,6 @@ kd_sendcmd(unsigned char ch)
 void
 kdreboot(void)
 {
-    extern void cpu_shutdown(void);
-
     kd_sendcmd( K_CMD_RESET );
 
     /*