]> Git Repo - linux.git/blob - arch/s390/include/asm/mem_encrypt.h
mac80211: Handle special status codes in SAE commit
[linux.git] / arch / s390 / include / asm / mem_encrypt.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef S390_MEM_ENCRYPT_H__
3 #define S390_MEM_ENCRYPT_H__
4
5 #ifndef __ASSEMBLY__
6
7 static inline bool mem_encrypt_active(void) { return false; }
8
9 int set_memory_encrypted(unsigned long addr, int numpages);
10 int set_memory_decrypted(unsigned long addr, int numpages);
11
12 #endif  /* __ASSEMBLY__ */
13
14 #endif  /* S390_MEM_ENCRYPT_H__ */
This page took 0.032292 seconds and 4 git commands to generate.