xref: /rk3399_ARM-atf/drivers/nxp/clk/s32cc/include/s32cc-mc-rgm.h (revision 79629b1a79bd1ee254077d4e76fea05ba73b9bab)
1 // SPDX-License-Identifier: BSD-3-Clause
2 /*
3  * Copyright 2020-2021, 2023-2024 NXP
4  */
5 #ifndef S32CC_MC_RGM_H
6 #define S32CC_MC_RGM_H
7 
8 #include <stdint.h>
9 
10 void mc_rgm_periph_reset(uintptr_t rgm, uint32_t part, uint32_t value);
11 
12 #endif /* MC_RGM_H */
13