blob: 5ff55fb6ad4832dd9c67bd44e527016071d47dbd [file] [log] [blame]
Ghennadi Procopciucada34102024-09-12 09:20:08 +03001// 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
10void mc_rgm_periph_reset(uintptr_t rgm, uint32_t part, uint32_t value);
11
12#endif /* MC_RGM_H */