summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/stm32/usb_hw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/stm32/usb_hw.h b/chip/stm32/usb_hw.h
index fb7b5d546b..be2a88661e 100644
--- a/chip/stm32/usb_hw.h
+++ b/chip/stm32/usb_hw.h
@@ -6,6 +6,9 @@
#ifndef __CROS_EC_USB_HW_H
#define __CROS_EC_USB_HW_H
+#include <stddef.h>
+#include <stdint.h>
+
/* Event types for the endpoint event handler. */
enum usb_ep_event {
USB_EVENT_RESET,