File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ // ===---------- Generic stub implementations for pkey functionality. ------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ // ===----------------------------------------------------------------------===//
8
+
1
9
#ifndef LLVM_SYS_MMAN_LINUX_GENERIC_PKEY_COMMON_H_
2
10
#define LLVM_SYS_MMAN_LINUX_GENERIC_PKEY_COMMON_H_
3
11
Original file line number Diff line number Diff line change
1
+ // ===---------- x86_64-specific implementations for pkey_{get,set}. -------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ // ===----------------------------------------------------------------------===//
8
+
1
9
#ifndef LLVM_SYS_MMAN_LINUX_X86_64_PKEY_COMMON_H_
2
10
#define LLVM_SYS_MMAN_LINUX_X86_64_PKEY_COMMON_H_
3
11
You can’t perform that action at this time.
0 commit comments