mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
4aecc74281
Signed-off-by: Haryslee <lihao189@huawei.com>
11 lines
250 B
C
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}};
|