aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/purgatory/purgatory.h
blob: e2e365a6c192a115e6f39c5c0cd9aaed243b5213 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef PURGATORY_H
#define PURGATORY_H

#ifndef __ASSEMBLY__
extern void purgatory(void);
#endif	/* __ASSEMBLY__ */

#endif /* PURGATORY_H */