X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FBus%2FPci%2FIdeBus%2FDxe%2Fidedata.h;h=277e74fcc085f534ed2b7f62399cfba4a8772dcc;hp=ec088dcfa6356b968d36f6d3e0cd4eb4ef5a93d8;hb=27061085e5a9c5cf2dc9a6781fd6795989c4f790;hpb=17fb73c8e164fd9a91cef8408c9c2dcdb95a6d3c diff --git a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idedata.h b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idedata.h index ec088dcfa6..277e74fcc0 100644 --- a/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idedata.h +++ b/EdkModulePkg/Bus/Pci/IdeBus/Dxe/idedata.h @@ -1,7 +1,7 @@ /** @file Header file for IDE Bus Driver's Data Structures - Copyright (c) 2006, Intel Corporation + Copyright (c) 2006 - 2007 Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -86,6 +86,13 @@ typedef enum { SenseOtherSense } SENSE_RESULT; +typedef enum { + AtaUdmaReadOp, + AtaUdmaReadExtOp, + AtaUdmaWriteOp, + AtaUdmaWriteExtOp +} ATA_UDMA_OPERATION; + // // IDE Registers //