]> git.saurik.com Git - apple/xnu.git/blobdiff - pexpert/i386/pe_init.c
xnu-6153.11.26.tar.gz
[apple/xnu.git] / pexpert / i386 / pe_init.c
index c2debbbd182c5bddc22ae87886ce161932083cb2..4892e95c7f19dadfb41efff55ff6c56bf61ff316 100644 (file)
@@ -336,21 +336,13 @@ PE_call_timebase_callback(void)
 /*
  * The default (non-functional) PE_poll_input handler.
  */
-static int
+int
 PE_stub_poll_input(__unused unsigned int options, char * c)
 {
        *c = 0xff;
        return 1; /* 0 for success, 1 for unsupported */
 }
 
-/*
- * Called by the kernel debugger to poll for keyboard input.
- * Keyboard drivers may replace the default stub function
- * with their polled-mode input function.
- */
-int (*PE_poll_input)(unsigned int options, char * c)
-        = PE_stub_poll_input;
-
 boolean_t
 PE_reboot_on_panic(void)
 {