diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 22:03:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | b4f4d331e0011c69d40e285ef710cca09c093159 (patch) | |
tree | d265020fa968b4a4bb40e99ddd26a7599c6c27e9 /src/bregs.h | |
parent | 2d2fa31b377444991e7993c37f6d6900c6051aca (diff) | |
download | seabios-b4f4d331e0011c69d40e285ef710cca09c093159.tar.gz |
Move definition of struct segoff_s from farptr.h to types.h.
The segoff_s definition is used by a number of header files that would
not otherwise need farptr.h, so move it to a more central location.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/bregs.h')
-rw-r--r-- | src/bregs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bregs.h b/src/bregs.h index 009db991..3df7d9f3 100644 --- a/src/bregs.h +++ b/src/bregs.h @@ -8,7 +8,6 @@ #define __BREGS_H #include "types.h" // u16 -#include "farptr.h" // struct segoff_s #include "x86.h" // F_CF |