summaryrefslogtreecommitdiff
path: root/Core/EM/usb/int13/UsbInt13.dxs
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/usb/int13/UsbInt13.dxs')
-rw-r--r--Core/EM/usb/int13/UsbInt13.dxs39
1 files changed, 39 insertions, 0 deletions
diff --git a/Core/EM/usb/int13/UsbInt13.dxs b/Core/EM/usb/int13/UsbInt13.dxs
new file mode 100644
index 0000000..0e13f3f
--- /dev/null
+++ b/Core/EM/usb/int13/UsbInt13.dxs
@@ -0,0 +1,39 @@
+//****************************************************************************
+//****************************************************************************
+//** **
+//** (C)Copyright 1985-2008, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Pkwy, Norcross, GA 30093 **
+//** **
+//** Phone (770)-246-8600 **
+//** **
+//****************************************************************************
+//****************************************************************************
+#include "token.h"
+#ifdef CSM_SUPPORT
+#include <Protocol/LegacyBios.h>
+#endif
+#include <Protocol/AmiUsbController.h>
+
+DEPENDENCY_START
+#if CSM_SUPPORT
+ EFI_LEGACY_BIOS_PROTOCOL_GUID AND
+#endif
+ EFI_USB_PROTOCOL_GUID
+DEPENDENCY_END
+
+//****************************************************************************
+//****************************************************************************
+//** **
+//** (C)Copyright 1985-2008, American Megatrends, Inc. **
+//** **
+//** All Rights Reserved. **
+//** **
+//** 5555 Oakbrook Pkwy, Norcross, GA 30093 **
+//** **
+//** Phone (770)-246-8600 **
+//** **
+//****************************************************************************
+//****************************************************************************