]> git.baikalelectronics.ru Git - arm-tf.git/commit
drivers: st: add missing includes in ETZPC header
authorYann Gautier <yann.gautier@st.com>
Mon, 7 Sep 2020 11:46:04 +0000 (13:46 +0200)
committerYann Gautier <yann.gautier@st.com>
Thu, 24 Sep 2020 07:32:23 +0000 (09:32 +0200)
commit0adc87c75d3c8b67d70008af39ba256a68ae00f8
treee6baef167f7055eb5d6a1e5a0726ba89753addf0
parent54019a35b817976793903f0030108148631aaace
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>
include/drivers/st/etzpc.h