X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..378393581903b274cb7a4d18e0d978071a6b592d:/pexpert/i386/kd.c?ds=sidebyside diff --git a/pexpert/i386/kd.c b/pexpert/i386/kd.c index 0e8dd758f..a01e99c12 100644 --- a/pexpert/i386/kd.c +++ b/pexpert/i386/kd.c @@ -79,6 +79,12 @@ #include +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 ); /*