Files
kernel_linux_common_modules/pac/src/pointer_auth_key.c
2024-01-15 21:06:11 +08:00

11 lines
250 B
C

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