1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 3 * Copyright (c) 2023 Huawei Device Co., Ltd. 4 * 5 * Pointer authentication keys initialisation. 6 */ 7 8 #include <asm/pointer_auth.h> 9 10 struct ptrauth_keys_kernel_common kernel_common_keys = {{-1, -1}}; 11