summaryrefslogtreecommitdiff
path: root/arch/arm/soc/st_stm32/stm32f4/soc_registers.h
blob: 1ad979890b7f3bfa7b2b79526e01c95940d89d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2016 Linaro Limited.
 *
 * SPDX-License-Identifier: Apache-2.0
 */

#ifndef _STM32F4_SOC_REGISTERS_H_
#define _STM32F4_SOC_REGISTERS_H_

/* include register mapping headers */
#include "rcc_registers.h"
#include "flash_registers.h"
#include "gpio_registers.h"

#endif /* _STM32F4_SOC_REGISTERS_H_ */