blob: 2da5adf44043f714eac7a29957b397cc17a2f862 [file] [log] [blame]
Yann Gautiera2e2a302019-02-14 11:13:39 +01001/*
2 * Copyright (c) 2018-2019, STMicroelectronics - All Rights Reserved
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef STM32MP_RESET_H
8#define STM32MP_RESET_H
9
10#include <stdint.h>
11
12void stm32mp_reset_assert(uint32_t reset_id);
13void stm32mp_reset_deassert(uint32_t reset_id);
14
15#endif /* STM32MP_RESET_H */