diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-07-19 14:12:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-07-19 14:12:32 -0400 |
commit | 65e63420e588f72ac2849f09d43483f8097e24fe (patch) | |
tree | 8e3f4ccaa1ed2462899f8e1a5af0c68da061e477 /src/bregs.h | |
parent | 7ab798f9071abb4566e164fc25fb22d179c8f767 (diff) | |
download | seabios-65e63420e588f72ac2849f09d43483f8097e24fe.tar.gz |
Misc fixes and updates.
Minor code cleanups.
Fix parenthesis imbalance in keyboard led test.
The printf() call is only used in 32bit mode - make this explicit to
the compiler - it improves the code generation.
Clear the screen after initializing the vga option rom.
Diffstat (limited to 'src/bregs.h')
-rw-r--r-- | src/bregs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bregs.h b/src/bregs.h index f7060e8a..2c36239a 100644 --- a/src/bregs.h +++ b/src/bregs.h @@ -7,6 +7,8 @@ #ifndef __BREGS_H #define __BREGS_H +#include "types.h" // u16 + /**************************************************************** * Registers saved/restored in romlayout.S |