diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-01-04 20:48:20 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-01-04 20:48:20 -0500 |
commit | 643062f9bc208911e3f27265c697dbde151d4f56 (patch) | |
tree | 5e85a225c69eb106ee98b76803ffe58d2572a726 /src/pic.h | |
parent | 085debd93f52d36381ea13ef27e7f72e87fe62f5 (diff) | |
download | seabios-hppa-643062f9bc208911e3f27265c697dbde151d4f56.zip seabios-hppa-643062f9bc208911e3f27265c697dbde151d4f56.tar.gz seabios-hppa-643062f9bc208911e3f27265c697dbde151d4f56.tar.bz2 |
Add int1589 support.
Int1589 switches into protected mode for the caller.
Also, consistently use BUILD_BIOS_ADDR/SIZE in GDT macros.
Diffstat (limited to 'src/pic.h')
-rw-r--r-- | src/pic.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ __enable_hwirq(int hwirq, void (*func)(void)) __enable_hwirq(irq, func); \ } while (0) +void set_pics(u8 irq0, u8 irq8); void pic_setup(void); #endif // pic.h |