|
@@ -1,6 +1,8 @@
|
|
#ifndef _ASM_X86_ALTERNATIVE_H
|
|
#ifndef _ASM_X86_ALTERNATIVE_H
|
|
#define _ASM_X86_ALTERNATIVE_H
|
|
#define _ASM_X86_ALTERNATIVE_H
|
|
|
|
|
|
|
|
+#ifndef __ASSEMBLY__
|
|
|
|
+
|
|
#include <linux/types.h>
|
|
#include <linux/types.h>
|
|
#include <linux/stddef.h>
|
|
#include <linux/stddef.h>
|
|
#include <linux/stringify.h>
|
|
#include <linux/stringify.h>
|
|
@@ -232,4 +234,6 @@ static inline int alternatives_text_reserved(void *start, void *end)
|
|
*/
|
|
*/
|
|
#define ASM_NO_INPUT_CLOBBER(clbr...) "i" (0) : clbr
|
|
#define ASM_NO_INPUT_CLOBBER(clbr...) "i" (0) : clbr
|
|
|
|
|
|
|
|
+#endif /* __ASSEMBLY__ */
|
|
|
|
+
|
|
#endif /* _ASM_X86_ALTERNATIVE_H */
|
|
#endif /* _ASM_X86_ALTERNATIVE_H */
|