├── Include ├── AArch64 │ └── ProcessorBind.h ├── Arm │ └── ProcessorBind.h ├── Base.h ├── Ebc │ └── ProcessorBind.h ├── Guid │ ├── Acpi.h │ ├── Apriori.h │ ├── AprioriFileName.h │ ├── Btt.h │ ├── CapsuleReport.h │ ├── Cper.h │ ├── DebugImageInfoTable.h │ ├── DxeServices.h │ ├── EventGroup.h │ ├── EventLegacyBios.h │ ├── FileInfo.h │ ├── FileSystemInfo.h │ ├── FileSystemVolumeLabelInfo.h │ ├── FirmwareContentsSigned.h │ ├── FirmwareFileSystem2.h │ ├── FirmwareFileSystem3.h │ ├── FmpCapsule.h │ ├── GlobalVariable.h │ ├── Gpt.h │ ├── GraphicsInfoHob.h │ ├── HardwareErrorVariable.h │ ├── HiiFormMapMethodGuid.h │ ├── HiiKeyBoardLayout.h │ ├── HiiPlatformSetupFormset.h │ ├── HobList.h │ ├── ImageAuthentication.h │ ├── MdePkgTokenSpace.h │ ├── MemoryAllocationHob.h │ ├── MemoryAttributesTable.h │ ├── MemoryOverwriteControl.h │ ├── Mps.h │ ├── PcAnsi.h │ ├── PropertiesTable.h │ ├── SalSystemTable.h │ ├── SmBios.h │ ├── StatusCodeDataTypeId.h │ ├── SystemResourceTable.h │ ├── VectorHandoffTable.h │ └── WinCertificate.h ├── Ia32 │ └── ProcessorBind.h ├── IndustryStandard │ ├── Acpi.h │ ├── Acpi10.h │ ├── Acpi20.h │ ├── Acpi30.h │ ├── Acpi40.h │ ├── Acpi50.h │ ├── Acpi51.h │ ├── Acpi60.h │ ├── Acpi61.h │ ├── Acpi62.h │ ├── AcpiAml.h │ ├── AlertStandardFormatTable.h │ ├── Atapi.h │ ├── Bluetooth.h │ ├── Bmp.h │ ├── DebugPort2Table.h │ ├── DebugPortTable.h │ ├── Dhcp.h │ ├── DmaRemappingReportingTable.h │ ├── ElTorito.h │ ├── Emmc.h │ ├── HighPrecisionEventTimerTable.h │ ├── Hsti.h │ ├── Http11.h │ ├── IScsiBootFirmwareTable.h │ ├── IoRemappingTable.h │ ├── Ipmi.h │ ├── IpmiFruInformationStorage.h │ ├── IpmiNetFnApp.h │ ├── IpmiNetFnBridge.h │ ├── IpmiNetFnChassis.h │ ├── IpmiNetFnFirmware.h │ ├── IpmiNetFnGroupExtension.h │ ├── IpmiNetFnSensorEvent.h │ ├── IpmiNetFnStorage.h │ ├── IpmiNetFnTransport.h │ ├── LegacyBiosMpTable.h │ ├── LowPowerIdleTable.h │ ├── Mbr.h │ ├── MemoryMappedConfigurationSpaceAccessTable.h │ ├── MemoryOverwriteRequestControlLock.h │ ├── Nvme.h │ ├── Pal.h │ ├── Pci.h │ ├── Pci22.h │ ├── Pci23.h │ ├── Pci30.h │ ├── PciCodeId.h │ ├── PciExpress21.h │ ├── PciExpress30.h │ ├── PciExpress31.h │ ├── PciExpress40.h │ ├── PeImage.h │ ├── Sal.h │ ├── Scsi.h │ ├── Sd.h │ ├── SdramSpd.h │ ├── SdramSpdDdr3.h │ ├── SdramSpdDdr4.h │ ├── SdramSpdLpDdr.h │ ├── SerialPortConsoleRedirectionTable.h │ ├── ServiceProcessorManagementInterfaceTable.h │ ├── SmBios.h │ ├── SmBus.h │ ├── TcgPhysicalPresence.h │ ├── TcgStorageCore.h │ ├── TcgStorageOpal.h │ ├── TcpaAcpi.h │ ├── Tls1.h │ ├── Tpm12.h │ ├── Tpm20.h │ ├── Tpm2Acpi.h │ ├── TpmPtp.h │ ├── TpmTis.h │ ├── Udf.h │ ├── UefiTcgPlatform.h │ ├── Usb.h │ ├── WatchdogActionTable.h │ ├── WatchdogResourceTable.h │ ├── WindowsSmmSecurityMitigationTable.h │ └── WindowsUxCapsule.h ├── Library │ ├── BaseLib.h │ ├── BaseMemoryLib.h │ ├── CacheMaintenanceLib.h │ ├── CpuLib.h │ ├── DebugLib.h │ ├── DebugPrintErrorLevelLib.h │ ├── DevicePathLib.h │ ├── DxeCoreEntryPoint.h │ ├── DxeServicesLib.h │ ├── DxeServicesTableLib.h │ ├── ExtendedSalLib.h │ ├── ExtractGuidedSectionLib.h │ ├── FileHandleLib.h │ ├── HobLib.h │ ├── HstiLib.h │ ├── IoLib.h │ ├── MemoryAllocationLib.h │ ├── OrderedCollectionLib.h │ ├── PalLib.h │ ├── PcdLib.h │ ├── PciCf8Lib.h │ ├── PciExpressLib.h │ ├── PciLib.h │ ├── PciSegmentInfoLib.h │ ├── PciSegmentLib.h │ ├── PeCoffExtraActionLib.h │ ├── PeCoffGetEntryPointLib.h │ ├── PeCoffLib.h │ ├── PeiCoreEntryPoint.h │ ├── PeiServicesLib.h │ ├── PeiServicesTablePointerLib.h │ ├── PeimEntryPoint.h │ ├── PerformanceLib.h │ ├── PostCodeLib.h │ ├── PrintLib.h │ ├── ReportStatusCodeLib.h │ ├── ResourcePublicationLib.h │ ├── RngLib.h │ ├── S3BootScriptLib.h │ ├── S3IoLib.h │ ├── S3PciLib.h │ ├── S3PciSegmentLib.h │ ├── S3SmbusLib.h │ ├── S3StallLib.h │ ├── SafeIntLib.h │ ├── SalLib.h │ ├── SerialPortLib.h │ ├── SmbusLib.h │ ├── SmiHandlerProfileLib.h │ ├── SmmIoLib.h │ ├── SmmLib.h │ ├── SmmMemLib.h │ ├── SmmPeriodicSmiLib.h │ ├── SmmServicesTableLib.h │ ├── SynchronizationLib.h │ ├── TimerLib.h │ ├── UefiApplicationEntryPoint.h │ ├── UefiBootServicesTableLib.h │ ├── UefiDecompressLib.h │ ├── UefiDriverEntryPoint.h │ ├── UefiLib.h │ ├── UefiRuntimeLib.h │ ├── UefiRuntimeServicesTableLib.h │ ├── UefiScsiLib.h │ └── UefiUsbLib.h ├── Pi │ ├── PiBootMode.h │ ├── PiDependency.h │ ├── PiDxeCis.h │ ├── PiFirmwareFile.h │ ├── PiFirmwareVolume.h │ ├── PiHob.h │ ├── PiI2c.h │ ├── PiMmCis.h │ ├── PiMultiPhase.h │ ├── PiPeiCis.h │ ├── PiS3BootScript.h │ ├── PiSmmCis.h │ └── PiStatusCode.h ├── PiDxe.h ├── PiMm.h ├── PiPei.h ├── PiSmm.h ├── Ppi │ ├── BlockIo.h │ ├── BlockIo2.h │ ├── BootInRecoveryMode.h │ ├── Capsule.h │ ├── CpuIo.h │ ├── Decompress.h │ ├── DeviceRecoveryModule.h │ ├── DxeIpl.h │ ├── EndOfPeiPhase.h │ ├── FirmwareVolume.h │ ├── FirmwareVolumeInfo.h │ ├── FirmwareVolumeInfo2.h │ ├── Graphics.h │ ├── GuidedSectionExtraction.h │ ├── I2cMaster.h │ ├── IsaHc.h │ ├── LoadFile.h │ ├── LoadImage.h │ ├── MasterBootMode.h │ ├── MemoryDiscovered.h │ ├── MpServices.h │ ├── Pcd.h │ ├── PcdInfo.h │ ├── PciCfg2.h │ ├── PiPcd.h │ ├── PiPcdInfo.h │ ├── ReadOnlyVariable2.h │ ├── RecoveryModule.h │ ├── ReportStatusCodeHandler.h │ ├── Reset.h │ ├── Reset2.h │ ├── S3Resume2.h │ ├── SecHobData.h │ ├── SecPlatformInformation.h │ ├── SecPlatformInformation2.h │ ├── Security2.h │ ├── Smbus2.h │ ├── Stall.h │ ├── StatusCode.h │ ├── SuperIo.h │ ├── TemporaryRamDone.h │ ├── TemporaryRamSupport.h │ └── VectorHandoffInfo.h ├── Protocol │ ├── AbsolutePointer.h │ ├── AcpiSystemDescriptionTable.h │ ├── AcpiTable.h │ ├── AdapterInformation.h │ ├── Arp.h │ ├── AtaPassThru.h │ ├── AuthenticationInfo.h │ ├── Bds.h │ ├── Bis.h │ ├── BlockIo.h │ ├── BlockIo2.h │ ├── BlockIoCrypto.h │ ├── BluetoothAttribute.h │ ├── BluetoothConfig.h │ ├── BluetoothHc.h │ ├── BluetoothIo.h │ ├── BluetoothLeConfig.h │ ├── BootManagerPolicy.h │ ├── BusSpecificDriverOverride.h │ ├── Capsule.h │ ├── ComponentName.h │ ├── ComponentName2.h │ ├── Cpu.h │ ├── CpuIo2.h │ ├── DebugPort.h │ ├── DebugSupport.h │ ├── Decompress.h │ ├── DeferredImageLoad.h │ ├── DeviceIo.h │ ├── DevicePath.h │ ├── DevicePathFromText.h │ ├── DevicePathToText.h │ ├── DevicePathUtilities.h │ ├── Dhcp4.h │ ├── Dhcp6.h │ ├── DiskInfo.h │ ├── DiskIo.h │ ├── DiskIo2.h │ ├── Dns4.h │ ├── Dns6.h │ ├── DriverBinding.h │ ├── DriverConfiguration.h │ ├── DriverConfiguration2.h │ ├── DriverDiagnostics.h │ ├── DriverDiagnostics2.h │ ├── DriverFamilyOverride.h │ ├── DriverHealth.h │ ├── DriverSupportedEfiVersion.h │ ├── DxeMmReadyToLock.h │ ├── DxeSmmReadyToLock.h │ ├── Eap.h │ ├── EapConfiguration.h │ ├── EapManagement.h │ ├── EapManagement2.h │ ├── Ebc.h │ ├── EdidActive.h │ ├── EdidDiscovered.h │ ├── EdidOverride.h │ ├── EraseBlock.h │ ├── ExtendedSalBootService.h │ ├── ExtendedSalServiceClasses.h │ ├── FirmwareManagement.h │ ├── FirmwareVolume2.h │ ├── FirmwareVolumeBlock.h │ ├── FormBrowser2.h │ ├── Ftp4.h │ ├── GraphicsOutput.h │ ├── GuidedSectionExtraction.h │ ├── Hash.h │ ├── Hash2.h │ ├── HiiConfigAccess.h │ ├── HiiConfigKeyword.h │ ├── HiiConfigRouting.h │ ├── HiiDatabase.h │ ├── HiiFont.h │ ├── HiiImage.h │ ├── HiiImageDecoder.h │ ├── HiiImageEx.h │ ├── HiiPackageList.h │ ├── HiiPopup.h │ ├── HiiString.h │ ├── Http.h │ ├── HttpBootCallback.h │ ├── HttpUtilities.h │ ├── I2cBusConfigurationManagement.h │ ├── I2cEnumerate.h │ ├── I2cHost.h │ ├── I2cIo.h │ ├── I2cMaster.h │ ├── IScsiInitiatorName.h │ ├── IdeControllerInit.h │ ├── IncompatiblePciDeviceSupport.h │ ├── Ip4.h │ ├── Ip4Config.h │ ├── Ip4Config2.h │ ├── Ip6.h │ ├── Ip6Config.h │ ├── IpSec.h │ ├── IpSecConfig.h │ ├── IsaHc.h │ ├── Kms.h │ ├── LegacyRegion2.h │ ├── LegacySpiController.h │ ├── LegacySpiFlash.h │ ├── LegacySpiSmmController.h │ ├── LegacySpiSmmFlash.h │ ├── LoadFile.h │ ├── LoadFile2.h │ ├── LoadedImage.h │ ├── ManagedNetwork.h │ ├── McaInitPmi.h │ ├── Metronome.h │ ├── MmAccess.h │ ├── MmBase.h │ ├── MmCommunication.h │ ├── MmConfiguration.h │ ├── MmControl.h │ ├── MmCpu.h │ ├── MmCpuIo.h │ ├── MmEndOfDxe.h │ ├── MmGpiDispatch.h │ ├── MmIoTrapDispatch.h │ ├── MmPciRootBridgeIo.h │ ├── MmPeriodicTimerDispatch.h │ ├── MmPowerButtonDispatch.h │ ├── MmReadyToLock.h │ ├── MmReportStatusCodeHandler.h │ ├── MmStandbyButtonDispatch.h │ ├── MmStatusCode.h │ ├── MmSwDispatch.h │ ├── MmSxDispatch.h │ ├── MmUsbDispatch.h │ ├── MonotonicCounter.h │ ├── MpService.h │ ├── Mtftp4.h │ ├── Mtftp6.h │ ├── NetworkInterfaceIdentifier.h │ ├── NvdimmLabel.h │ ├── NvmExpressPassthru.h │ ├── PartitionInfo.h │ ├── Pcd.h │ ├── PcdInfo.h │ ├── PciEnumerationComplete.h │ ├── PciHostBridgeResourceAllocation.h │ ├── PciHotPlugInit.h │ ├── PciHotPlugRequest.h │ ├── PciIo.h │ ├── PciOverride.h │ ├── PciPlatform.h │ ├── PciRootBridgeIo.h │ ├── PiPcd.h │ ├── PiPcdInfo.h │ ├── Pkcs7Verify.h │ ├── PlatformDriverOverride.h │ ├── PlatformToDriverConfiguration.h │ ├── PxeBaseCode.h │ ├── PxeBaseCodeCallBack.h │ ├── RamDisk.h │ ├── RealTimeClock.h │ ├── RegularExpressionProtocol.h │ ├── ReportStatusCodeHandler.h │ ├── Reset.h │ ├── ResetNotification.h │ ├── Rest.h │ ├── Rng.h │ ├── Runtime.h │ ├── S3SaveState.h │ ├── S3SmmSaveState.h │ ├── ScsiIo.h │ ├── ScsiPassThru.h │ ├── ScsiPassThruExt.h │ ├── SdMmcPassThru.h │ ├── Security.h │ ├── Security2.h │ ├── SecurityPolicy.h │ ├── SerialIo.h │ ├── ServiceBinding.h │ ├── Shell.h │ ├── ShellDynamicCommand.h │ ├── ShellParameters.h │ ├── SimpleFileSystem.h │ ├── SimpleNetwork.h │ ├── SimplePointer.h │ ├── SimpleTextIn.h │ ├── SimpleTextInEx.h │ ├── SimpleTextOut.h │ ├── SmartCardEdge.h │ ├── SmartCardReader.h │ ├── Smbios.h │ ├── SmbusHc.h │ ├── SmmAccess2.h │ ├── SmmBase2.h │ ├── SmmCommunication.h │ ├── SmmConfiguration.h │ ├── SmmControl2.h │ ├── SmmCpu.h │ ├── SmmCpuIo2.h │ ├── SmmEndOfDxe.h │ ├── SmmGpiDispatch2.h │ ├── SmmIoTrapDispatch2.h │ ├── SmmPciRootBridgeIo.h │ ├── SmmPeriodicTimerDispatch2.h │ ├── SmmPowerButtonDispatch2.h │ ├── SmmReadyToLock.h │ ├── SmmReportStatusCodeHandler.h │ ├── SmmStandbyButtonDispatch2.h │ ├── SmmStatusCode.h │ ├── SmmSwDispatch2.h │ ├── SmmSxDispatch2.h │ ├── SmmUsbDispatch2.h │ ├── SpiConfiguration.h │ ├── SpiHc.h │ ├── SpiIo.h │ ├── SpiNorFlash.h │ ├── SpiSmmConfiguration.h │ ├── SpiSmmHc.h │ ├── SpiSmmNorFlash.h │ ├── StatusCode.h │ ├── StorageSecurityCommand.h │ ├── SuperIo.h │ ├── SuperIoControl.h │ ├── Supplicant.h │ ├── TapeIo.h │ ├── Tcg2Protocol.h │ ├── TcgService.h │ ├── Tcp4.h │ ├── Tcp6.h │ ├── Timer.h │ ├── Timestamp.h │ ├── Tls.h │ ├── TlsConfig.h │ ├── TrEEProtocol.h │ ├── Udp4.h │ ├── Udp6.h │ ├── UfsDeviceConfig.h │ ├── UgaDraw.h │ ├── UgaIo.h │ ├── UnicodeCollation.h │ ├── Usb2HostController.h │ ├── UsbFunctionIo.h │ ├── UsbHostController.h │ ├── UsbIo.h │ ├── UserCredential.h │ ├── UserCredential2.h │ ├── UserManager.h │ ├── Variable.h │ ├── VariableWrite.h │ ├── VlanConfig.h │ ├── WatchdogTimer.h │ ├── WiFi.h │ └── WiFi2.h ├── Uefi.h ├── Uefi │ ├── UefiAcpiDataTable.h │ ├── UefiBaseType.h │ ├── UefiGpt.h │ ├── UefiInternalFormRepresentation.h │ ├── UefiMultiPhase.h │ ├── UefiPxe.h │ └── UefiSpec.h └── X64 │ └── ProcessorBind.h ├── License.txt └── README.md /Include/AArch64/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/AArch64/ProcessorBind.h -------------------------------------------------------------------------------- /Include/Arm/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Arm/ProcessorBind.h -------------------------------------------------------------------------------- /Include/Base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Base.h -------------------------------------------------------------------------------- /Include/Ebc/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ebc/ProcessorBind.h -------------------------------------------------------------------------------- /Include/Guid/Acpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/Acpi.h -------------------------------------------------------------------------------- /Include/Guid/Apriori.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/Apriori.h -------------------------------------------------------------------------------- /Include/Guid/AprioriFileName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/AprioriFileName.h -------------------------------------------------------------------------------- /Include/Guid/Btt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/Btt.h -------------------------------------------------------------------------------- /Include/Guid/CapsuleReport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/CapsuleReport.h -------------------------------------------------------------------------------- /Include/Guid/Cper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/Cper.h -------------------------------------------------------------------------------- /Include/Guid/DebugImageInfoTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/DebugImageInfoTable.h -------------------------------------------------------------------------------- /Include/Guid/DxeServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/DxeServices.h -------------------------------------------------------------------------------- /Include/Guid/EventGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/EventGroup.h -------------------------------------------------------------------------------- /Include/Guid/EventLegacyBios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/EventLegacyBios.h -------------------------------------------------------------------------------- /Include/Guid/FileInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/FileInfo.h -------------------------------------------------------------------------------- /Include/Guid/FileSystemInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/FileSystemInfo.h -------------------------------------------------------------------------------- /Include/Guid/FileSystemVolumeLabelInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/FileSystemVolumeLabelInfo.h -------------------------------------------------------------------------------- /Include/Guid/FirmwareContentsSigned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/FirmwareContentsSigned.h -------------------------------------------------------------------------------- /Include/Guid/FirmwareFileSystem2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/FirmwareFileSystem2.h -------------------------------------------------------------------------------- /Include/Guid/FirmwareFileSystem3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/FirmwareFileSystem3.h -------------------------------------------------------------------------------- /Include/Guid/FmpCapsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/FmpCapsule.h -------------------------------------------------------------------------------- /Include/Guid/GlobalVariable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/GlobalVariable.h -------------------------------------------------------------------------------- /Include/Guid/Gpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/Gpt.h -------------------------------------------------------------------------------- /Include/Guid/GraphicsInfoHob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/GraphicsInfoHob.h -------------------------------------------------------------------------------- /Include/Guid/HardwareErrorVariable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/HardwareErrorVariable.h -------------------------------------------------------------------------------- /Include/Guid/HiiFormMapMethodGuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/HiiFormMapMethodGuid.h -------------------------------------------------------------------------------- /Include/Guid/HiiKeyBoardLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/HiiKeyBoardLayout.h -------------------------------------------------------------------------------- /Include/Guid/HiiPlatformSetupFormset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/HiiPlatformSetupFormset.h -------------------------------------------------------------------------------- /Include/Guid/HobList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/HobList.h -------------------------------------------------------------------------------- /Include/Guid/ImageAuthentication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/ImageAuthentication.h -------------------------------------------------------------------------------- /Include/Guid/MdePkgTokenSpace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/MdePkgTokenSpace.h -------------------------------------------------------------------------------- /Include/Guid/MemoryAllocationHob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/MemoryAllocationHob.h -------------------------------------------------------------------------------- /Include/Guid/MemoryAttributesTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/MemoryAttributesTable.h -------------------------------------------------------------------------------- /Include/Guid/MemoryOverwriteControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/MemoryOverwriteControl.h -------------------------------------------------------------------------------- /Include/Guid/Mps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/Mps.h -------------------------------------------------------------------------------- /Include/Guid/PcAnsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/PcAnsi.h -------------------------------------------------------------------------------- /Include/Guid/PropertiesTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/PropertiesTable.h -------------------------------------------------------------------------------- /Include/Guid/SalSystemTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/SalSystemTable.h -------------------------------------------------------------------------------- /Include/Guid/SmBios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/SmBios.h -------------------------------------------------------------------------------- /Include/Guid/StatusCodeDataTypeId.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/StatusCodeDataTypeId.h -------------------------------------------------------------------------------- /Include/Guid/SystemResourceTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/SystemResourceTable.h -------------------------------------------------------------------------------- /Include/Guid/VectorHandoffTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/VectorHandoffTable.h -------------------------------------------------------------------------------- /Include/Guid/WinCertificate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Guid/WinCertificate.h -------------------------------------------------------------------------------- /Include/Ia32/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ia32/ProcessorBind.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi10.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi20.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi30.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi40.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi40.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi50.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi50.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi51.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi51.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi60.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi60.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi61.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi61.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Acpi62.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Acpi62.h -------------------------------------------------------------------------------- /Include/IndustryStandard/AcpiAml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/AcpiAml.h -------------------------------------------------------------------------------- /Include/IndustryStandard/AlertStandardFormatTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/AlertStandardFormatTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Atapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Atapi.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Bluetooth.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Bmp.h -------------------------------------------------------------------------------- /Include/IndustryStandard/DebugPort2Table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/DebugPort2Table.h -------------------------------------------------------------------------------- /Include/IndustryStandard/DebugPortTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/DebugPortTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Dhcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Dhcp.h -------------------------------------------------------------------------------- /Include/IndustryStandard/DmaRemappingReportingTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/DmaRemappingReportingTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/ElTorito.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/ElTorito.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Emmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Emmc.h -------------------------------------------------------------------------------- /Include/IndustryStandard/HighPrecisionEventTimerTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/HighPrecisionEventTimerTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Hsti.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Hsti.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Http11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Http11.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IScsiBootFirmwareTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IScsiBootFirmwareTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IoRemappingTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IoRemappingTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Ipmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Ipmi.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IpmiFruInformationStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IpmiFruInformationStorage.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IpmiNetFnApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IpmiNetFnApp.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IpmiNetFnBridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IpmiNetFnBridge.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IpmiNetFnChassis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IpmiNetFnChassis.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IpmiNetFnFirmware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IpmiNetFnFirmware.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IpmiNetFnGroupExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IpmiNetFnGroupExtension.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IpmiNetFnSensorEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IpmiNetFnSensorEvent.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IpmiNetFnStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IpmiNetFnStorage.h -------------------------------------------------------------------------------- /Include/IndustryStandard/IpmiNetFnTransport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/IpmiNetFnTransport.h -------------------------------------------------------------------------------- /Include/IndustryStandard/LegacyBiosMpTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/LegacyBiosMpTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/LowPowerIdleTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/LowPowerIdleTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Mbr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Mbr.h -------------------------------------------------------------------------------- /Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/MemoryOverwriteRequestControlLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/MemoryOverwriteRequestControlLock.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Nvme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Nvme.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Pal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Pal.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Pci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Pci.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Pci22.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Pci22.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Pci23.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Pci23.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Pci30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Pci30.h -------------------------------------------------------------------------------- /Include/IndustryStandard/PciCodeId.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/PciCodeId.h -------------------------------------------------------------------------------- /Include/IndustryStandard/PciExpress21.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/PciExpress21.h -------------------------------------------------------------------------------- /Include/IndustryStandard/PciExpress30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/PciExpress30.h -------------------------------------------------------------------------------- /Include/IndustryStandard/PciExpress31.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/PciExpress31.h -------------------------------------------------------------------------------- /Include/IndustryStandard/PciExpress40.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/PciExpress40.h -------------------------------------------------------------------------------- /Include/IndustryStandard/PeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/PeImage.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Sal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Sal.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Scsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Scsi.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Sd.h -------------------------------------------------------------------------------- /Include/IndustryStandard/SdramSpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/SdramSpd.h -------------------------------------------------------------------------------- /Include/IndustryStandard/SdramSpdDdr3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/SdramSpdDdr3.h -------------------------------------------------------------------------------- /Include/IndustryStandard/SdramSpdDdr4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/SdramSpdDdr4.h -------------------------------------------------------------------------------- /Include/IndustryStandard/SdramSpdLpDdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/SdramSpdLpDdr.h -------------------------------------------------------------------------------- /Include/IndustryStandard/SerialPortConsoleRedirectionTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/ServiceProcessorManagementInterfaceTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/ServiceProcessorManagementInterfaceTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/SmBios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/SmBios.h -------------------------------------------------------------------------------- /Include/IndustryStandard/SmBus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/SmBus.h -------------------------------------------------------------------------------- /Include/IndustryStandard/TcgPhysicalPresence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/TcgPhysicalPresence.h -------------------------------------------------------------------------------- /Include/IndustryStandard/TcgStorageCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/TcgStorageCore.h -------------------------------------------------------------------------------- /Include/IndustryStandard/TcgStorageOpal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/TcgStorageOpal.h -------------------------------------------------------------------------------- /Include/IndustryStandard/TcpaAcpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/TcpaAcpi.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Tls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Tls1.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Tpm12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Tpm12.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Tpm20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Tpm20.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Tpm2Acpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Tpm2Acpi.h -------------------------------------------------------------------------------- /Include/IndustryStandard/TpmPtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/TpmPtp.h -------------------------------------------------------------------------------- /Include/IndustryStandard/TpmTis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/TpmTis.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Udf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Udf.h -------------------------------------------------------------------------------- /Include/IndustryStandard/UefiTcgPlatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/UefiTcgPlatform.h -------------------------------------------------------------------------------- /Include/IndustryStandard/Usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/Usb.h -------------------------------------------------------------------------------- /Include/IndustryStandard/WatchdogActionTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/WatchdogActionTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/WatchdogResourceTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/WatchdogResourceTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h -------------------------------------------------------------------------------- /Include/IndustryStandard/WindowsUxCapsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/IndustryStandard/WindowsUxCapsule.h -------------------------------------------------------------------------------- /Include/Library/BaseLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/BaseLib.h -------------------------------------------------------------------------------- /Include/Library/BaseMemoryLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/BaseMemoryLib.h -------------------------------------------------------------------------------- /Include/Library/CacheMaintenanceLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/CacheMaintenanceLib.h -------------------------------------------------------------------------------- /Include/Library/CpuLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/CpuLib.h -------------------------------------------------------------------------------- /Include/Library/DebugLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/DebugLib.h -------------------------------------------------------------------------------- /Include/Library/DebugPrintErrorLevelLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/DebugPrintErrorLevelLib.h -------------------------------------------------------------------------------- /Include/Library/DevicePathLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/DevicePathLib.h -------------------------------------------------------------------------------- /Include/Library/DxeCoreEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/DxeCoreEntryPoint.h -------------------------------------------------------------------------------- /Include/Library/DxeServicesLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/DxeServicesLib.h -------------------------------------------------------------------------------- /Include/Library/DxeServicesTableLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/DxeServicesTableLib.h -------------------------------------------------------------------------------- /Include/Library/ExtendedSalLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/ExtendedSalLib.h -------------------------------------------------------------------------------- /Include/Library/ExtractGuidedSectionLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/ExtractGuidedSectionLib.h -------------------------------------------------------------------------------- /Include/Library/FileHandleLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/FileHandleLib.h -------------------------------------------------------------------------------- /Include/Library/HobLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/HobLib.h -------------------------------------------------------------------------------- /Include/Library/HstiLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/HstiLib.h -------------------------------------------------------------------------------- /Include/Library/IoLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/IoLib.h -------------------------------------------------------------------------------- /Include/Library/MemoryAllocationLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/MemoryAllocationLib.h -------------------------------------------------------------------------------- /Include/Library/OrderedCollectionLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/OrderedCollectionLib.h -------------------------------------------------------------------------------- /Include/Library/PalLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PalLib.h -------------------------------------------------------------------------------- /Include/Library/PcdLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PcdLib.h -------------------------------------------------------------------------------- /Include/Library/PciCf8Lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PciCf8Lib.h -------------------------------------------------------------------------------- /Include/Library/PciExpressLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PciExpressLib.h -------------------------------------------------------------------------------- /Include/Library/PciLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PciLib.h -------------------------------------------------------------------------------- /Include/Library/PciSegmentInfoLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PciSegmentInfoLib.h -------------------------------------------------------------------------------- /Include/Library/PciSegmentLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PciSegmentLib.h -------------------------------------------------------------------------------- /Include/Library/PeCoffExtraActionLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PeCoffExtraActionLib.h -------------------------------------------------------------------------------- /Include/Library/PeCoffGetEntryPointLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PeCoffGetEntryPointLib.h -------------------------------------------------------------------------------- /Include/Library/PeCoffLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PeCoffLib.h -------------------------------------------------------------------------------- /Include/Library/PeiCoreEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PeiCoreEntryPoint.h -------------------------------------------------------------------------------- /Include/Library/PeiServicesLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PeiServicesLib.h -------------------------------------------------------------------------------- /Include/Library/PeiServicesTablePointerLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PeiServicesTablePointerLib.h -------------------------------------------------------------------------------- /Include/Library/PeimEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PeimEntryPoint.h -------------------------------------------------------------------------------- /Include/Library/PerformanceLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PerformanceLib.h -------------------------------------------------------------------------------- /Include/Library/PostCodeLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PostCodeLib.h -------------------------------------------------------------------------------- /Include/Library/PrintLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/PrintLib.h -------------------------------------------------------------------------------- /Include/Library/ReportStatusCodeLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/ReportStatusCodeLib.h -------------------------------------------------------------------------------- /Include/Library/ResourcePublicationLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/ResourcePublicationLib.h -------------------------------------------------------------------------------- /Include/Library/RngLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/RngLib.h -------------------------------------------------------------------------------- /Include/Library/S3BootScriptLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/S3BootScriptLib.h -------------------------------------------------------------------------------- /Include/Library/S3IoLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/S3IoLib.h -------------------------------------------------------------------------------- /Include/Library/S3PciLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/S3PciLib.h -------------------------------------------------------------------------------- /Include/Library/S3PciSegmentLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/S3PciSegmentLib.h -------------------------------------------------------------------------------- /Include/Library/S3SmbusLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/S3SmbusLib.h -------------------------------------------------------------------------------- /Include/Library/S3StallLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/S3StallLib.h -------------------------------------------------------------------------------- /Include/Library/SafeIntLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SafeIntLib.h -------------------------------------------------------------------------------- /Include/Library/SalLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SalLib.h -------------------------------------------------------------------------------- /Include/Library/SerialPortLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SerialPortLib.h -------------------------------------------------------------------------------- /Include/Library/SmbusLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SmbusLib.h -------------------------------------------------------------------------------- /Include/Library/SmiHandlerProfileLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SmiHandlerProfileLib.h -------------------------------------------------------------------------------- /Include/Library/SmmIoLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SmmIoLib.h -------------------------------------------------------------------------------- /Include/Library/SmmLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SmmLib.h -------------------------------------------------------------------------------- /Include/Library/SmmMemLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SmmMemLib.h -------------------------------------------------------------------------------- /Include/Library/SmmPeriodicSmiLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SmmPeriodicSmiLib.h -------------------------------------------------------------------------------- /Include/Library/SmmServicesTableLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SmmServicesTableLib.h -------------------------------------------------------------------------------- /Include/Library/SynchronizationLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/SynchronizationLib.h -------------------------------------------------------------------------------- /Include/Library/TimerLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/TimerLib.h -------------------------------------------------------------------------------- /Include/Library/UefiApplicationEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/UefiApplicationEntryPoint.h -------------------------------------------------------------------------------- /Include/Library/UefiBootServicesTableLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/UefiBootServicesTableLib.h -------------------------------------------------------------------------------- /Include/Library/UefiDecompressLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/UefiDecompressLib.h -------------------------------------------------------------------------------- /Include/Library/UefiDriverEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/UefiDriverEntryPoint.h -------------------------------------------------------------------------------- /Include/Library/UefiLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/UefiLib.h -------------------------------------------------------------------------------- /Include/Library/UefiRuntimeLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/UefiRuntimeLib.h -------------------------------------------------------------------------------- /Include/Library/UefiRuntimeServicesTableLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/UefiRuntimeServicesTableLib.h -------------------------------------------------------------------------------- /Include/Library/UefiScsiLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/UefiScsiLib.h -------------------------------------------------------------------------------- /Include/Library/UefiUsbLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Library/UefiUsbLib.h -------------------------------------------------------------------------------- /Include/Pi/PiBootMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiBootMode.h -------------------------------------------------------------------------------- /Include/Pi/PiDependency.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiDependency.h -------------------------------------------------------------------------------- /Include/Pi/PiDxeCis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiDxeCis.h -------------------------------------------------------------------------------- /Include/Pi/PiFirmwareFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiFirmwareFile.h -------------------------------------------------------------------------------- /Include/Pi/PiFirmwareVolume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiFirmwareVolume.h -------------------------------------------------------------------------------- /Include/Pi/PiHob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiHob.h -------------------------------------------------------------------------------- /Include/Pi/PiI2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiI2c.h -------------------------------------------------------------------------------- /Include/Pi/PiMmCis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiMmCis.h -------------------------------------------------------------------------------- /Include/Pi/PiMultiPhase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiMultiPhase.h -------------------------------------------------------------------------------- /Include/Pi/PiPeiCis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiPeiCis.h -------------------------------------------------------------------------------- /Include/Pi/PiS3BootScript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiS3BootScript.h -------------------------------------------------------------------------------- /Include/Pi/PiSmmCis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiSmmCis.h -------------------------------------------------------------------------------- /Include/Pi/PiStatusCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Pi/PiStatusCode.h -------------------------------------------------------------------------------- /Include/PiDxe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/PiDxe.h -------------------------------------------------------------------------------- /Include/PiMm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/PiMm.h -------------------------------------------------------------------------------- /Include/PiPei.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/PiPei.h -------------------------------------------------------------------------------- /Include/PiSmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/PiSmm.h -------------------------------------------------------------------------------- /Include/Ppi/BlockIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/BlockIo.h -------------------------------------------------------------------------------- /Include/Ppi/BlockIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/BlockIo2.h -------------------------------------------------------------------------------- /Include/Ppi/BootInRecoveryMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/BootInRecoveryMode.h -------------------------------------------------------------------------------- /Include/Ppi/Capsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/Capsule.h -------------------------------------------------------------------------------- /Include/Ppi/CpuIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/CpuIo.h -------------------------------------------------------------------------------- /Include/Ppi/Decompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/Decompress.h -------------------------------------------------------------------------------- /Include/Ppi/DeviceRecoveryModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/DeviceRecoveryModule.h -------------------------------------------------------------------------------- /Include/Ppi/DxeIpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/DxeIpl.h -------------------------------------------------------------------------------- /Include/Ppi/EndOfPeiPhase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/EndOfPeiPhase.h -------------------------------------------------------------------------------- /Include/Ppi/FirmwareVolume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/FirmwareVolume.h -------------------------------------------------------------------------------- /Include/Ppi/FirmwareVolumeInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/FirmwareVolumeInfo.h -------------------------------------------------------------------------------- /Include/Ppi/FirmwareVolumeInfo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/FirmwareVolumeInfo2.h -------------------------------------------------------------------------------- /Include/Ppi/Graphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/Graphics.h -------------------------------------------------------------------------------- /Include/Ppi/GuidedSectionExtraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/GuidedSectionExtraction.h -------------------------------------------------------------------------------- /Include/Ppi/I2cMaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/I2cMaster.h -------------------------------------------------------------------------------- /Include/Ppi/IsaHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/IsaHc.h -------------------------------------------------------------------------------- /Include/Ppi/LoadFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/LoadFile.h -------------------------------------------------------------------------------- /Include/Ppi/LoadImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/LoadImage.h -------------------------------------------------------------------------------- /Include/Ppi/MasterBootMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/MasterBootMode.h -------------------------------------------------------------------------------- /Include/Ppi/MemoryDiscovered.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/MemoryDiscovered.h -------------------------------------------------------------------------------- /Include/Ppi/MpServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/MpServices.h -------------------------------------------------------------------------------- /Include/Ppi/Pcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/Pcd.h -------------------------------------------------------------------------------- /Include/Ppi/PcdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/PcdInfo.h -------------------------------------------------------------------------------- /Include/Ppi/PciCfg2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/PciCfg2.h -------------------------------------------------------------------------------- /Include/Ppi/PiPcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/PiPcd.h -------------------------------------------------------------------------------- /Include/Ppi/PiPcdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/PiPcdInfo.h -------------------------------------------------------------------------------- /Include/Ppi/ReadOnlyVariable2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/ReadOnlyVariable2.h -------------------------------------------------------------------------------- /Include/Ppi/RecoveryModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/RecoveryModule.h -------------------------------------------------------------------------------- /Include/Ppi/ReportStatusCodeHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/ReportStatusCodeHandler.h -------------------------------------------------------------------------------- /Include/Ppi/Reset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/Reset.h -------------------------------------------------------------------------------- /Include/Ppi/Reset2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/Reset2.h -------------------------------------------------------------------------------- /Include/Ppi/S3Resume2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/S3Resume2.h -------------------------------------------------------------------------------- /Include/Ppi/SecHobData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/SecHobData.h -------------------------------------------------------------------------------- /Include/Ppi/SecPlatformInformation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/SecPlatformInformation.h -------------------------------------------------------------------------------- /Include/Ppi/SecPlatformInformation2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/SecPlatformInformation2.h -------------------------------------------------------------------------------- /Include/Ppi/Security2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/Security2.h -------------------------------------------------------------------------------- /Include/Ppi/Smbus2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/Smbus2.h -------------------------------------------------------------------------------- /Include/Ppi/Stall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/Stall.h -------------------------------------------------------------------------------- /Include/Ppi/StatusCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/StatusCode.h -------------------------------------------------------------------------------- /Include/Ppi/SuperIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/SuperIo.h -------------------------------------------------------------------------------- /Include/Ppi/TemporaryRamDone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/TemporaryRamDone.h -------------------------------------------------------------------------------- /Include/Ppi/TemporaryRamSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/TemporaryRamSupport.h -------------------------------------------------------------------------------- /Include/Ppi/VectorHandoffInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Ppi/VectorHandoffInfo.h -------------------------------------------------------------------------------- /Include/Protocol/AbsolutePointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/AbsolutePointer.h -------------------------------------------------------------------------------- /Include/Protocol/AcpiSystemDescriptionTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/AcpiSystemDescriptionTable.h -------------------------------------------------------------------------------- /Include/Protocol/AcpiTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/AcpiTable.h -------------------------------------------------------------------------------- /Include/Protocol/AdapterInformation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/AdapterInformation.h -------------------------------------------------------------------------------- /Include/Protocol/Arp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Arp.h -------------------------------------------------------------------------------- /Include/Protocol/AtaPassThru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/AtaPassThru.h -------------------------------------------------------------------------------- /Include/Protocol/AuthenticationInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/AuthenticationInfo.h -------------------------------------------------------------------------------- /Include/Protocol/Bds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Bds.h -------------------------------------------------------------------------------- /Include/Protocol/Bis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Bis.h -------------------------------------------------------------------------------- /Include/Protocol/BlockIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BlockIo.h -------------------------------------------------------------------------------- /Include/Protocol/BlockIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BlockIo2.h -------------------------------------------------------------------------------- /Include/Protocol/BlockIoCrypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BlockIoCrypto.h -------------------------------------------------------------------------------- /Include/Protocol/BluetoothAttribute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BluetoothAttribute.h -------------------------------------------------------------------------------- /Include/Protocol/BluetoothConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BluetoothConfig.h -------------------------------------------------------------------------------- /Include/Protocol/BluetoothHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BluetoothHc.h -------------------------------------------------------------------------------- /Include/Protocol/BluetoothIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BluetoothIo.h -------------------------------------------------------------------------------- /Include/Protocol/BluetoothLeConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BluetoothLeConfig.h -------------------------------------------------------------------------------- /Include/Protocol/BootManagerPolicy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BootManagerPolicy.h -------------------------------------------------------------------------------- /Include/Protocol/BusSpecificDriverOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/BusSpecificDriverOverride.h -------------------------------------------------------------------------------- /Include/Protocol/Capsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Capsule.h -------------------------------------------------------------------------------- /Include/Protocol/ComponentName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ComponentName.h -------------------------------------------------------------------------------- /Include/Protocol/ComponentName2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ComponentName2.h -------------------------------------------------------------------------------- /Include/Protocol/Cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Cpu.h -------------------------------------------------------------------------------- /Include/Protocol/CpuIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/CpuIo2.h -------------------------------------------------------------------------------- /Include/Protocol/DebugPort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DebugPort.h -------------------------------------------------------------------------------- /Include/Protocol/DebugSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DebugSupport.h -------------------------------------------------------------------------------- /Include/Protocol/Decompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Decompress.h -------------------------------------------------------------------------------- /Include/Protocol/DeferredImageLoad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DeferredImageLoad.h -------------------------------------------------------------------------------- /Include/Protocol/DeviceIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DeviceIo.h -------------------------------------------------------------------------------- /Include/Protocol/DevicePath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DevicePath.h -------------------------------------------------------------------------------- /Include/Protocol/DevicePathFromText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DevicePathFromText.h -------------------------------------------------------------------------------- /Include/Protocol/DevicePathToText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DevicePathToText.h -------------------------------------------------------------------------------- /Include/Protocol/DevicePathUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DevicePathUtilities.h -------------------------------------------------------------------------------- /Include/Protocol/Dhcp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Dhcp4.h -------------------------------------------------------------------------------- /Include/Protocol/Dhcp6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Dhcp6.h -------------------------------------------------------------------------------- /Include/Protocol/DiskInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DiskInfo.h -------------------------------------------------------------------------------- /Include/Protocol/DiskIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DiskIo.h -------------------------------------------------------------------------------- /Include/Protocol/DiskIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DiskIo2.h -------------------------------------------------------------------------------- /Include/Protocol/Dns4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Dns4.h -------------------------------------------------------------------------------- /Include/Protocol/Dns6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Dns6.h -------------------------------------------------------------------------------- /Include/Protocol/DriverBinding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DriverBinding.h -------------------------------------------------------------------------------- /Include/Protocol/DriverConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DriverConfiguration.h -------------------------------------------------------------------------------- /Include/Protocol/DriverConfiguration2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DriverConfiguration2.h -------------------------------------------------------------------------------- /Include/Protocol/DriverDiagnostics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DriverDiagnostics.h -------------------------------------------------------------------------------- /Include/Protocol/DriverDiagnostics2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DriverDiagnostics2.h -------------------------------------------------------------------------------- /Include/Protocol/DriverFamilyOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DriverFamilyOverride.h -------------------------------------------------------------------------------- /Include/Protocol/DriverHealth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DriverHealth.h -------------------------------------------------------------------------------- /Include/Protocol/DriverSupportedEfiVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DriverSupportedEfiVersion.h -------------------------------------------------------------------------------- /Include/Protocol/DxeMmReadyToLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DxeMmReadyToLock.h -------------------------------------------------------------------------------- /Include/Protocol/DxeSmmReadyToLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/DxeSmmReadyToLock.h -------------------------------------------------------------------------------- /Include/Protocol/Eap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Eap.h -------------------------------------------------------------------------------- /Include/Protocol/EapConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/EapConfiguration.h -------------------------------------------------------------------------------- /Include/Protocol/EapManagement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/EapManagement.h -------------------------------------------------------------------------------- /Include/Protocol/EapManagement2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/EapManagement2.h -------------------------------------------------------------------------------- /Include/Protocol/Ebc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Ebc.h -------------------------------------------------------------------------------- /Include/Protocol/EdidActive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/EdidActive.h -------------------------------------------------------------------------------- /Include/Protocol/EdidDiscovered.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/EdidDiscovered.h -------------------------------------------------------------------------------- /Include/Protocol/EdidOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/EdidOverride.h -------------------------------------------------------------------------------- /Include/Protocol/EraseBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/EraseBlock.h -------------------------------------------------------------------------------- /Include/Protocol/ExtendedSalBootService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ExtendedSalBootService.h -------------------------------------------------------------------------------- /Include/Protocol/ExtendedSalServiceClasses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ExtendedSalServiceClasses.h -------------------------------------------------------------------------------- /Include/Protocol/FirmwareManagement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/FirmwareManagement.h -------------------------------------------------------------------------------- /Include/Protocol/FirmwareVolume2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/FirmwareVolume2.h -------------------------------------------------------------------------------- /Include/Protocol/FirmwareVolumeBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/FirmwareVolumeBlock.h -------------------------------------------------------------------------------- /Include/Protocol/FormBrowser2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/FormBrowser2.h -------------------------------------------------------------------------------- /Include/Protocol/Ftp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Ftp4.h -------------------------------------------------------------------------------- /Include/Protocol/GraphicsOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/GraphicsOutput.h -------------------------------------------------------------------------------- /Include/Protocol/GuidedSectionExtraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/GuidedSectionExtraction.h -------------------------------------------------------------------------------- /Include/Protocol/Hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Hash.h -------------------------------------------------------------------------------- /Include/Protocol/Hash2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Hash2.h -------------------------------------------------------------------------------- /Include/Protocol/HiiConfigAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiConfigAccess.h -------------------------------------------------------------------------------- /Include/Protocol/HiiConfigKeyword.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiConfigKeyword.h -------------------------------------------------------------------------------- /Include/Protocol/HiiConfigRouting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiConfigRouting.h -------------------------------------------------------------------------------- /Include/Protocol/HiiDatabase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiDatabase.h -------------------------------------------------------------------------------- /Include/Protocol/HiiFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiFont.h -------------------------------------------------------------------------------- /Include/Protocol/HiiImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiImage.h -------------------------------------------------------------------------------- /Include/Protocol/HiiImageDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiImageDecoder.h -------------------------------------------------------------------------------- /Include/Protocol/HiiImageEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiImageEx.h -------------------------------------------------------------------------------- /Include/Protocol/HiiPackageList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiPackageList.h -------------------------------------------------------------------------------- /Include/Protocol/HiiPopup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiPopup.h -------------------------------------------------------------------------------- /Include/Protocol/HiiString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HiiString.h -------------------------------------------------------------------------------- /Include/Protocol/Http.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Http.h -------------------------------------------------------------------------------- /Include/Protocol/HttpBootCallback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HttpBootCallback.h -------------------------------------------------------------------------------- /Include/Protocol/HttpUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/HttpUtilities.h -------------------------------------------------------------------------------- /Include/Protocol/I2cBusConfigurationManagement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/I2cBusConfigurationManagement.h -------------------------------------------------------------------------------- /Include/Protocol/I2cEnumerate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/I2cEnumerate.h -------------------------------------------------------------------------------- /Include/Protocol/I2cHost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/I2cHost.h -------------------------------------------------------------------------------- /Include/Protocol/I2cIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/I2cIo.h -------------------------------------------------------------------------------- /Include/Protocol/I2cMaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/I2cMaster.h -------------------------------------------------------------------------------- /Include/Protocol/IScsiInitiatorName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/IScsiInitiatorName.h -------------------------------------------------------------------------------- /Include/Protocol/IdeControllerInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/IdeControllerInit.h -------------------------------------------------------------------------------- /Include/Protocol/IncompatiblePciDeviceSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/IncompatiblePciDeviceSupport.h -------------------------------------------------------------------------------- /Include/Protocol/Ip4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Ip4.h -------------------------------------------------------------------------------- /Include/Protocol/Ip4Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Ip4Config.h -------------------------------------------------------------------------------- /Include/Protocol/Ip4Config2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Ip4Config2.h -------------------------------------------------------------------------------- /Include/Protocol/Ip6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Ip6.h -------------------------------------------------------------------------------- /Include/Protocol/Ip6Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Ip6Config.h -------------------------------------------------------------------------------- /Include/Protocol/IpSec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/IpSec.h -------------------------------------------------------------------------------- /Include/Protocol/IpSecConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/IpSecConfig.h -------------------------------------------------------------------------------- /Include/Protocol/IsaHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/IsaHc.h -------------------------------------------------------------------------------- /Include/Protocol/Kms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Kms.h -------------------------------------------------------------------------------- /Include/Protocol/LegacyRegion2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/LegacyRegion2.h -------------------------------------------------------------------------------- /Include/Protocol/LegacySpiController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/LegacySpiController.h -------------------------------------------------------------------------------- /Include/Protocol/LegacySpiFlash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/LegacySpiFlash.h -------------------------------------------------------------------------------- /Include/Protocol/LegacySpiSmmController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/LegacySpiSmmController.h -------------------------------------------------------------------------------- /Include/Protocol/LegacySpiSmmFlash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/LegacySpiSmmFlash.h -------------------------------------------------------------------------------- /Include/Protocol/LoadFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/LoadFile.h -------------------------------------------------------------------------------- /Include/Protocol/LoadFile2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/LoadFile2.h -------------------------------------------------------------------------------- /Include/Protocol/LoadedImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/LoadedImage.h -------------------------------------------------------------------------------- /Include/Protocol/ManagedNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ManagedNetwork.h -------------------------------------------------------------------------------- /Include/Protocol/McaInitPmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/McaInitPmi.h -------------------------------------------------------------------------------- /Include/Protocol/Metronome.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Metronome.h -------------------------------------------------------------------------------- /Include/Protocol/MmAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmAccess.h -------------------------------------------------------------------------------- /Include/Protocol/MmBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmBase.h -------------------------------------------------------------------------------- /Include/Protocol/MmCommunication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmCommunication.h -------------------------------------------------------------------------------- /Include/Protocol/MmConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmConfiguration.h -------------------------------------------------------------------------------- /Include/Protocol/MmControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmControl.h -------------------------------------------------------------------------------- /Include/Protocol/MmCpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmCpu.h -------------------------------------------------------------------------------- /Include/Protocol/MmCpuIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmCpuIo.h -------------------------------------------------------------------------------- /Include/Protocol/MmEndOfDxe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmEndOfDxe.h -------------------------------------------------------------------------------- /Include/Protocol/MmGpiDispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmGpiDispatch.h -------------------------------------------------------------------------------- /Include/Protocol/MmIoTrapDispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmIoTrapDispatch.h -------------------------------------------------------------------------------- /Include/Protocol/MmPciRootBridgeIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmPciRootBridgeIo.h -------------------------------------------------------------------------------- /Include/Protocol/MmPeriodicTimerDispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmPeriodicTimerDispatch.h -------------------------------------------------------------------------------- /Include/Protocol/MmPowerButtonDispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmPowerButtonDispatch.h -------------------------------------------------------------------------------- /Include/Protocol/MmReadyToLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmReadyToLock.h -------------------------------------------------------------------------------- /Include/Protocol/MmReportStatusCodeHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmReportStatusCodeHandler.h -------------------------------------------------------------------------------- /Include/Protocol/MmStandbyButtonDispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmStandbyButtonDispatch.h -------------------------------------------------------------------------------- /Include/Protocol/MmStatusCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmStatusCode.h -------------------------------------------------------------------------------- /Include/Protocol/MmSwDispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmSwDispatch.h -------------------------------------------------------------------------------- /Include/Protocol/MmSxDispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmSxDispatch.h -------------------------------------------------------------------------------- /Include/Protocol/MmUsbDispatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MmUsbDispatch.h -------------------------------------------------------------------------------- /Include/Protocol/MonotonicCounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MonotonicCounter.h -------------------------------------------------------------------------------- /Include/Protocol/MpService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/MpService.h -------------------------------------------------------------------------------- /Include/Protocol/Mtftp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Mtftp4.h -------------------------------------------------------------------------------- /Include/Protocol/Mtftp6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Mtftp6.h -------------------------------------------------------------------------------- /Include/Protocol/NetworkInterfaceIdentifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/NetworkInterfaceIdentifier.h -------------------------------------------------------------------------------- /Include/Protocol/NvdimmLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/NvdimmLabel.h -------------------------------------------------------------------------------- /Include/Protocol/NvmExpressPassthru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/NvmExpressPassthru.h -------------------------------------------------------------------------------- /Include/Protocol/PartitionInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PartitionInfo.h -------------------------------------------------------------------------------- /Include/Protocol/Pcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Pcd.h -------------------------------------------------------------------------------- /Include/Protocol/PcdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PcdInfo.h -------------------------------------------------------------------------------- /Include/Protocol/PciEnumerationComplete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PciEnumerationComplete.h -------------------------------------------------------------------------------- /Include/Protocol/PciHostBridgeResourceAllocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PciHostBridgeResourceAllocation.h -------------------------------------------------------------------------------- /Include/Protocol/PciHotPlugInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PciHotPlugInit.h -------------------------------------------------------------------------------- /Include/Protocol/PciHotPlugRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PciHotPlugRequest.h -------------------------------------------------------------------------------- /Include/Protocol/PciIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PciIo.h -------------------------------------------------------------------------------- /Include/Protocol/PciOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PciOverride.h -------------------------------------------------------------------------------- /Include/Protocol/PciPlatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PciPlatform.h -------------------------------------------------------------------------------- /Include/Protocol/PciRootBridgeIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PciRootBridgeIo.h -------------------------------------------------------------------------------- /Include/Protocol/PiPcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PiPcd.h -------------------------------------------------------------------------------- /Include/Protocol/PiPcdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PiPcdInfo.h -------------------------------------------------------------------------------- /Include/Protocol/Pkcs7Verify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Pkcs7Verify.h -------------------------------------------------------------------------------- /Include/Protocol/PlatformDriverOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PlatformDriverOverride.h -------------------------------------------------------------------------------- /Include/Protocol/PlatformToDriverConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PlatformToDriverConfiguration.h -------------------------------------------------------------------------------- /Include/Protocol/PxeBaseCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PxeBaseCode.h -------------------------------------------------------------------------------- /Include/Protocol/PxeBaseCodeCallBack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/PxeBaseCodeCallBack.h -------------------------------------------------------------------------------- /Include/Protocol/RamDisk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/RamDisk.h -------------------------------------------------------------------------------- /Include/Protocol/RealTimeClock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/RealTimeClock.h -------------------------------------------------------------------------------- /Include/Protocol/RegularExpressionProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/RegularExpressionProtocol.h -------------------------------------------------------------------------------- /Include/Protocol/ReportStatusCodeHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ReportStatusCodeHandler.h -------------------------------------------------------------------------------- /Include/Protocol/Reset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Reset.h -------------------------------------------------------------------------------- /Include/Protocol/ResetNotification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ResetNotification.h -------------------------------------------------------------------------------- /Include/Protocol/Rest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Rest.h -------------------------------------------------------------------------------- /Include/Protocol/Rng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Rng.h -------------------------------------------------------------------------------- /Include/Protocol/Runtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Runtime.h -------------------------------------------------------------------------------- /Include/Protocol/S3SaveState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/S3SaveState.h -------------------------------------------------------------------------------- /Include/Protocol/S3SmmSaveState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/S3SmmSaveState.h -------------------------------------------------------------------------------- /Include/Protocol/ScsiIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ScsiIo.h -------------------------------------------------------------------------------- /Include/Protocol/ScsiPassThru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ScsiPassThru.h -------------------------------------------------------------------------------- /Include/Protocol/ScsiPassThruExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ScsiPassThruExt.h -------------------------------------------------------------------------------- /Include/Protocol/SdMmcPassThru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SdMmcPassThru.h -------------------------------------------------------------------------------- /Include/Protocol/Security.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Security.h -------------------------------------------------------------------------------- /Include/Protocol/Security2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Security2.h -------------------------------------------------------------------------------- /Include/Protocol/SecurityPolicy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SecurityPolicy.h -------------------------------------------------------------------------------- /Include/Protocol/SerialIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SerialIo.h -------------------------------------------------------------------------------- /Include/Protocol/ServiceBinding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ServiceBinding.h -------------------------------------------------------------------------------- /Include/Protocol/Shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Shell.h -------------------------------------------------------------------------------- /Include/Protocol/ShellDynamicCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ShellDynamicCommand.h -------------------------------------------------------------------------------- /Include/Protocol/ShellParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/ShellParameters.h -------------------------------------------------------------------------------- /Include/Protocol/SimpleFileSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SimpleFileSystem.h -------------------------------------------------------------------------------- /Include/Protocol/SimpleNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SimpleNetwork.h -------------------------------------------------------------------------------- /Include/Protocol/SimplePointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SimplePointer.h -------------------------------------------------------------------------------- /Include/Protocol/SimpleTextIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SimpleTextIn.h -------------------------------------------------------------------------------- /Include/Protocol/SimpleTextInEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SimpleTextInEx.h -------------------------------------------------------------------------------- /Include/Protocol/SimpleTextOut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SimpleTextOut.h -------------------------------------------------------------------------------- /Include/Protocol/SmartCardEdge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmartCardEdge.h -------------------------------------------------------------------------------- /Include/Protocol/SmartCardReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmartCardReader.h -------------------------------------------------------------------------------- /Include/Protocol/Smbios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Smbios.h -------------------------------------------------------------------------------- /Include/Protocol/SmbusHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmbusHc.h -------------------------------------------------------------------------------- /Include/Protocol/SmmAccess2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmAccess2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmBase2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmBase2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmCommunication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmCommunication.h -------------------------------------------------------------------------------- /Include/Protocol/SmmConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmConfiguration.h -------------------------------------------------------------------------------- /Include/Protocol/SmmControl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmControl2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmCpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmCpu.h -------------------------------------------------------------------------------- /Include/Protocol/SmmCpuIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmCpuIo2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmEndOfDxe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmEndOfDxe.h -------------------------------------------------------------------------------- /Include/Protocol/SmmGpiDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmGpiDispatch2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmIoTrapDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmIoTrapDispatch2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmPciRootBridgeIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmPciRootBridgeIo.h -------------------------------------------------------------------------------- /Include/Protocol/SmmPeriodicTimerDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmPeriodicTimerDispatch2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmPowerButtonDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmPowerButtonDispatch2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmReadyToLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmReadyToLock.h -------------------------------------------------------------------------------- /Include/Protocol/SmmReportStatusCodeHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmReportStatusCodeHandler.h -------------------------------------------------------------------------------- /Include/Protocol/SmmStandbyButtonDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmStandbyButtonDispatch2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmStatusCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmStatusCode.h -------------------------------------------------------------------------------- /Include/Protocol/SmmSwDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmSwDispatch2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmSxDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmSxDispatch2.h -------------------------------------------------------------------------------- /Include/Protocol/SmmUsbDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SmmUsbDispatch2.h -------------------------------------------------------------------------------- /Include/Protocol/SpiConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SpiConfiguration.h -------------------------------------------------------------------------------- /Include/Protocol/SpiHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SpiHc.h -------------------------------------------------------------------------------- /Include/Protocol/SpiIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SpiIo.h -------------------------------------------------------------------------------- /Include/Protocol/SpiNorFlash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SpiNorFlash.h -------------------------------------------------------------------------------- /Include/Protocol/SpiSmmConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SpiSmmConfiguration.h -------------------------------------------------------------------------------- /Include/Protocol/SpiSmmHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SpiSmmHc.h -------------------------------------------------------------------------------- /Include/Protocol/SpiSmmNorFlash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SpiSmmNorFlash.h -------------------------------------------------------------------------------- /Include/Protocol/StatusCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/StatusCode.h -------------------------------------------------------------------------------- /Include/Protocol/StorageSecurityCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/StorageSecurityCommand.h -------------------------------------------------------------------------------- /Include/Protocol/SuperIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SuperIo.h -------------------------------------------------------------------------------- /Include/Protocol/SuperIoControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/SuperIoControl.h -------------------------------------------------------------------------------- /Include/Protocol/Supplicant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Supplicant.h -------------------------------------------------------------------------------- /Include/Protocol/TapeIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/TapeIo.h -------------------------------------------------------------------------------- /Include/Protocol/Tcg2Protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Tcg2Protocol.h -------------------------------------------------------------------------------- /Include/Protocol/TcgService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/TcgService.h -------------------------------------------------------------------------------- /Include/Protocol/Tcp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Tcp4.h -------------------------------------------------------------------------------- /Include/Protocol/Tcp6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Tcp6.h -------------------------------------------------------------------------------- /Include/Protocol/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Timer.h -------------------------------------------------------------------------------- /Include/Protocol/Timestamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Timestamp.h -------------------------------------------------------------------------------- /Include/Protocol/Tls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Tls.h -------------------------------------------------------------------------------- /Include/Protocol/TlsConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/TlsConfig.h -------------------------------------------------------------------------------- /Include/Protocol/TrEEProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/TrEEProtocol.h -------------------------------------------------------------------------------- /Include/Protocol/Udp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Udp4.h -------------------------------------------------------------------------------- /Include/Protocol/Udp6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Udp6.h -------------------------------------------------------------------------------- /Include/Protocol/UfsDeviceConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UfsDeviceConfig.h -------------------------------------------------------------------------------- /Include/Protocol/UgaDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UgaDraw.h -------------------------------------------------------------------------------- /Include/Protocol/UgaIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UgaIo.h -------------------------------------------------------------------------------- /Include/Protocol/UnicodeCollation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UnicodeCollation.h -------------------------------------------------------------------------------- /Include/Protocol/Usb2HostController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Usb2HostController.h -------------------------------------------------------------------------------- /Include/Protocol/UsbFunctionIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UsbFunctionIo.h -------------------------------------------------------------------------------- /Include/Protocol/UsbHostController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UsbHostController.h -------------------------------------------------------------------------------- /Include/Protocol/UsbIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UsbIo.h -------------------------------------------------------------------------------- /Include/Protocol/UserCredential.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UserCredential.h -------------------------------------------------------------------------------- /Include/Protocol/UserCredential2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UserCredential2.h -------------------------------------------------------------------------------- /Include/Protocol/UserManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/UserManager.h -------------------------------------------------------------------------------- /Include/Protocol/Variable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/Variable.h -------------------------------------------------------------------------------- /Include/Protocol/VariableWrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/VariableWrite.h -------------------------------------------------------------------------------- /Include/Protocol/VlanConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/VlanConfig.h -------------------------------------------------------------------------------- /Include/Protocol/WatchdogTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/WatchdogTimer.h -------------------------------------------------------------------------------- /Include/Protocol/WiFi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/WiFi.h -------------------------------------------------------------------------------- /Include/Protocol/WiFi2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Protocol/WiFi2.h -------------------------------------------------------------------------------- /Include/Uefi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Uefi.h -------------------------------------------------------------------------------- /Include/Uefi/UefiAcpiDataTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Uefi/UefiAcpiDataTable.h -------------------------------------------------------------------------------- /Include/Uefi/UefiBaseType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Uefi/UefiBaseType.h -------------------------------------------------------------------------------- /Include/Uefi/UefiGpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Uefi/UefiGpt.h -------------------------------------------------------------------------------- /Include/Uefi/UefiInternalFormRepresentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Uefi/UefiInternalFormRepresentation.h -------------------------------------------------------------------------------- /Include/Uefi/UefiMultiPhase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Uefi/UefiMultiPhase.h -------------------------------------------------------------------------------- /Include/Uefi/UefiPxe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Uefi/UefiPxe.h -------------------------------------------------------------------------------- /Include/Uefi/UefiSpec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/Uefi/UefiSpec.h -------------------------------------------------------------------------------- /Include/X64/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/Include/X64/ProcessorBind.h -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/License.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kiznit/uefi-headers/HEAD/README.md --------------------------------------------------------------------------------