]> Git Repo - J-linux.git/blob - arch/s390/include/asm/mem_encrypt.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-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 int set_memory_encrypted(unsigned long vaddr, int numpages);
8 int set_memory_decrypted(unsigned long vaddr, int numpages);
9
10 #endif  /* __ASSEMBLY__ */
11
12 #endif  /* S390_MEM_ENCRYPT_H__ */
This page took 0.024973 seconds and 4 git commands to generate.