Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
673 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 |
|
---|
3 | Common header file shared by all source files.
|
---|
4 |
|
---|
5 | This file includes package header files, library classes and protocol, PPI & GUID definitions.
|
---|
6 |
|
---|
7 | Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
8 | Copyright (c) 2024, American Megatrends International LLC. All rights reserved.<BR>
|
---|
9 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | **/
|
---|
11 |
|
---|
12 | #ifndef _UEFI_USB_LIB_INTERNAL_H_
|
---|
13 | #define _UEFI_USB_LIB_INTERNAL_H_
|
---|
14 |
|
---|
15 | #include <Uefi.h>
|
---|
16 |
|
---|
17 | #include <Library/UefiUsbLib.h>
|
---|
18 | #include <Library/BaseMemoryLib.h>
|
---|
19 | #include <Library/DebugLib.h>
|
---|
20 | #include <Library/PcdLib.h>
|
---|
21 | #include <Library/UefiBootServicesTableLib.h>
|
---|
22 |
|
---|
23 | #include <IndustryStandard/Usb.h>
|
---|
24 |
|
---|
25 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.