Files
2024-11-05 14:21:01 +08:00

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 */