diff options
Diffstat (limited to 'common/console.c')
-rw-r--r-- | common/console.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/console.c b/common/console.c index f99dfcc..d888d1d 100644 --- a/common/console.c +++ b/common/console.c @@ -29,6 +29,10 @@ void **syscall_tbl; +#ifdef CONFIG_AMIGAONEG3SE +int console_changed = 0; +#endif + #ifdef CFG_CONSOLE_IS_IN_ENV /* * if overwrite_console returns 1, the stdin, stderr and stdout |