stm32mp1_reset.h 315 Bytes
Newer Older
1
2
3
4
5
6
/*
 * Copyright (c) 2018, STMicroelectronics - All Rights Reserved
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

7
8
#ifndef STM32MP1_RESET_H
#define STM32MP1_RESET_H
9
10
11
12
13
14

#include <stdint.h>

void stm32mp1_reset_assert(uint32_t reset_id);
void stm32mp1_reset_deassert(uint32_t reset_id);

15
#endif /* STM32MP1_RESET_H */