summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index b786199c76..ca8b056c99 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -86,7 +86,7 @@
86/*---------------------------------------------------*/ 86/*---------------------------------------------------*/
87/* SPECIAL DEBUG STUFF */ 87/* SPECIAL DEBUG STUFF */
88/*---------------------------------------------------*/ 88/*---------------------------------------------------*/
89extern char ata_device; 89extern int ata_device;
90extern int ata_io_address; 90extern int ata_io_address;
91extern struct core_entry cores[NUM_CORES]; 91extern struct core_entry cores[NUM_CORES];
92 92