diff options
Diffstat (limited to 'MdePkg/Library/UefiUsbLib')
-rw-r--r-- | MdePkg/Library/UefiUsbLib/UsbDxeLib.c | 15 | ||||
-rw-r--r-- | MdePkg/Library/UefiUsbLib/hid.c | 10 |
2 files changed, 0 insertions, 25 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c index cb8885396d..9da8005fc2 100644 --- a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c +++ b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c @@ -9,26 +9,11 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name:
-
- UsbDxeLib.c
-
- Abstract:
-
Common Dxe Libarary for USB
- Revision History
-
-
**/
-//
-// The package level header files this module uses
-//
#include <PiDxe.h>
-//
-// The Library classes this module consumes
-//
#include <Library/BaseMemoryLib.h>
#include <Library/UsbLib.h>
diff --git a/MdePkg/Library/UefiUsbLib/hid.c b/MdePkg/Library/UefiUsbLib/hid.c index 3156f63143..185fc7b7f5 100644 --- a/MdePkg/Library/UefiUsbLib/hid.c +++ b/MdePkg/Library/UefiUsbLib/hid.c @@ -9,16 +9,6 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name:
-
- hid.c
-
- Abstract:
-
- HID class request
-
- Revision History
-
**/
#include <PiDxe.h>
|