mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 12:34:19 +00:00
drivers: st: add missing includes in ETZPC header
Depending on compiler, the issue about bool or uint*_t not defined can appear. Correct this by adding stdbool.h and stdint.h includes in etzpc.h. Change-Id: If1419dc511efbe682459fa4a776481fa52a38aa3 Signed-off-by: Yann Gautier <yann.gautier@st.com>
This commit is contained in:
parent
54019a35b8
commit
0adc87c75d
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
#ifndef DRIVERS_ST_ETZPC_H
|
||||
#define DRIVERS_ST_ETZPC_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/* Define security level for each peripheral (DECPROT) */
|
||||
enum etzpc_decprot_attributes {
|
||||
ETZPC_DECPROT_S_RW = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue