diff options
Diffstat (limited to 'arch/x86/purgatory/purgatory.h')
-rw-r--r-- | arch/x86/purgatory/purgatory.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/purgatory/purgatory.h b/arch/x86/purgatory/purgatory.h new file mode 100644 index 000000000000..e2e365a6c192 --- /dev/null +++ b/arch/x86/purgatory/purgatory.h @@ -0,0 +1,8 @@ +#ifndef PURGATORY_H +#define PURGATORY_H + +#ifndef __ASSEMBLY__ +extern void purgatory(void); +#endif /* __ASSEMBLY__ */ + +#endif /* PURGATORY_H */ |