blob: 5528e93250494c1f2aab203d07319e13bedc1134 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Thomas Gleixner40c50c12017-03-10 13:17:18 +01002#ifndef _ASM_X86_PURGATORY_H
3#define _ASM_X86_PURGATORY_H
4
5#ifndef __ASSEMBLY__
6#include <linux/purgatory.h>
7
8extern void purgatory(void);
Thomas Gleixner40c50c12017-03-10 13:17:18 +01009#endif /* __ASSEMBLY__ */
10
11#endif /* _ASM_PURGATORY_H */