diff options
Diffstat (limited to 'arch/x86/realmode/rm/realmode.h')
-rw-r--r-- | arch/x86/realmode/rm/realmode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/realmode/rm/realmode.h b/arch/x86/realmode/rm/realmode.h index 15ab6335f843..d74cff6350ed 100644 --- a/arch/x86/realmode/rm/realmode.h +++ b/arch/x86/realmode/rm/realmode.h | |||
@@ -13,4 +13,9 @@ | |||
13 | 13 | ||
14 | #endif /* __ASSEMBLY__ */ | 14 | #endif /* __ASSEMBLY__ */ |
15 | 15 | ||
16 | /* | ||
17 | * Signature at the end of the realmode region | ||
18 | */ | ||
19 | #define REALMODE_END_SIGNATURE 0x65a22c82 | ||
20 | |||
16 | #endif /* ARCH_X86_REALMODE_RM_REALMODE_H */ | 21 | #endif /* ARCH_X86_REALMODE_RM_REALMODE_H */ |