summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/set_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/set_memory.h')
-rw-r--r--arch/s390/include/asm/set_memory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/include/asm/set_memory.h b/arch/s390/include/asm/set_memory.h
index c59a83536c70..a22a5a81811c 100644
--- a/arch/s390/include/asm/set_memory.h
+++ b/arch/s390/include/asm/set_memory.h
@@ -2,6 +2,10 @@
#ifndef _ASMS390_SET_MEMORY_H
#define _ASMS390_SET_MEMORY_H
+#include <linux/mutex.h>
+
+extern struct mutex cpa_mutex;
+
#define SET_MEMORY_RO 1UL
#define SET_MEMORY_RW 2UL
#define SET_MEMORY_NX 4UL