mirror of
https://github.com/openharmony/kernel_linux_common_modules.git
synced 2026-08-27 01:31:36 -04:00
467236e122
Signed-off-by: luyifan<842825214@qq.com>
10 lines
235 B
C
10 lines
235 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Copyright (c) 2024 Huawei Device Co., Ltd.
|
|
*/
|
|
#ifndef _DSMM_SECURESHIELD_H
|
|
#define _DSMM_SECURESHIELD_H
|
|
|
|
bool dsmm_is_secureshield_enabled(void);
|
|
|
|
#endif /* _DSMM_SECURESHIELD_H */ |