Fix includes in usb_class_driver.h

Change-Id: I602ec80d02b5f4f586386026a6312d048fa7dac3
This commit is contained in:
Aidan MacDonald 2021-10-04 00:51:07 +01:00
parent 3ae6fbc600
commit 465c216636
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@
#ifndef _USB_CLASS_DRIVER_H_
#define _USB_CLASS_DRIVER_H_
#include "usb_ch9.h"
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
/* Common api, implemented by all class drivers */
struct usb_class_driver {