hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/s390/include/asm/set_memory.h
....@@ -2,6 +2,10 @@
22 #ifndef _ASMS390_SET_MEMORY_H
33 #define _ASMS390_SET_MEMORY_H
44
5
+#include <linux/mutex.h>
6
+
7
+extern struct mutex cpa_mutex;
8
+
59 #define SET_MEMORY_RO 1UL
610 #define SET_MEMORY_RW 2UL
711 #define SET_MEMORY_NX 4UL