Home
last modified time | relevance | path

Searched hist:f84f21fa8d17662dcdc6b0b8b0caca4a45cd9ccd (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/include/drivers/
H A Dusb_device.hf84f21fa8d17662dcdc6b0b8b0caca4a45cd9ccd Fri Feb 02 16:22:32 UTC 2024 Yann Gautier <yann.gautier@st.com> fix(usb): add missing include

When trying to compile USB stack for STM32MP2, the following warning
happens:
In file included from plat/st/stm32mp2/stm32mp2_usb_dfu.c:7:
include/drivers/usb_device.h:193:9: error: unknown type name 'bool'
193 | bool is_in;

Correct it by adding: #include <stdbool.h>

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: If17e4e269fcdc885e42f5fcad9cfb763829786e4