diff options
author | Peter Chubb <peterc@gelato.unsw.edu.au> | 2007-08-20 23:57:01 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-09-01 05:52:25 -0400 |
commit | 7b3166dbc3df5b72f2ba4ea130f4461e318a3838 (patch) | |
tree | ef93805e4321adf8f3994e749894ab3451e7cab4 /include/asm-ia64/hpsim.h | |
parent | 8b713c67bccef7cabb0ee915f47eb33d82636af9 (diff) |
[IA64] Cleanup HPSIM code (was: Re: Enable early console for Ski simulator)
After my last patch we have a new header file for HP simulator use.
Here's code to use it for stuff that used to have `extern' statements
inline in the code. Functionality should not change with this patch.
Signed-off-by: Peter Chubb <peterc@gelato.unsw.edu.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/hpsim.h')
-rw-r--r-- | include/asm-ia64/hpsim.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ia64/hpsim.h b/include/asm-ia64/hpsim.h index d6be3fdc39fa..892ab198a9da 100644 --- a/include/asm-ia64/hpsim.h +++ b/include/asm-ia64/hpsim.h | |||
@@ -7,4 +7,10 @@ static inline int simcons_register(void) { return 1; } | |||
7 | int simcons_register(void); | 7 | int simcons_register(void); |
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | struct tty_driver; | ||
11 | extern struct tty_driver *hp_simserial_driver; | ||
12 | |||
13 | void ia64_ssc_connect_irq(long intr, long irq); | ||
14 | void ia64_ctl_trace(long on); | ||
15 | |||
10 | #endif | 16 | #endif |