Full USB support

This commit is contained in:
Jozef Nagy 2024-03-31 23:30:13 +02:00
parent 95d92244e7
commit 871b9a9287
No known key found for this signature in database
GPG key ID: 5B49DC29F09685D6
2 changed files with 762 additions and 0 deletions

1
efi.h
View file

@ -27,5 +27,6 @@ typedef struct {
#include "protocols/scsi.h"
#include "protocols/string_services.h"
#include "protocols/uefi_driver_model.h"
#include "protocols/usb.h"
#endif /* EFI_H */