aboutsummaryrefslogtreecommitdiff
path: root/include/drivers/st/stm32mp_reset.h
blob: 2da5adf44043f714eac7a29957b397cc17a2f862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2018-2019, STMicroelectronics - All Rights Reserved
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef STM32MP_RESET_H
#define STM32MP_RESET_H

#include <stdint.h>

void stm32mp_reset_assert(uint32_t reset_id);
void stm32mp_reset_deassert(uint32_t reset_id);

#endif /* STM32MP_RESET_H */