/* * Copyright (c) 2024, MediaTek Inc. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef MMUP_COMMON_H #define MMUP_COMMON_H bool mmup_smc_rstn_set(bool boot_ok); bool mmup_smc_rstn_clr(void); #endif /* MMUP_COMMON_H */