1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 3 * Copyright (c) 2024 Huawei Device Co., Ltd. 4 */ 5 #ifndef _DSMM_SECURESHIELD_H 6 #define _DSMM_SECURESHIELD_H 7 8 bool dsmm_is_secureshield_enabled(void); 9 10 #endif /* _DSMM_SECURESHIELD_H */