Subversion Repositories Kolibri OS

Rev

Rev 5078 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 6104
Line 7942... Line 7942...
7942
}EFI_ACPI_DESCRIPTION_HEADER;
7942
}EFI_ACPI_DESCRIPTION_HEADER;
7943
*/
7943
*/
7944
typedef struct {
7944
typedef struct {
7945
  AMD_ACPI_DESCRIPTION_HEADER SHeader;
7945
  AMD_ACPI_DESCRIPTION_HEADER SHeader;
7946
  UCHAR TableUUID[16];    //0x24
7946
  UCHAR TableUUID[16];    //0x24
7947
  ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the stucture.
7947
  ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the structure.
7948
  ULONG Lib1ImageOffset;  //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the stucture.
7948
  ULONG Lib1ImageOffset;  //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the structure.
7949
  ULONG Reserved[4];      //0x3C
7949
  ULONG Reserved[4];      //0x3C
7950
}UEFI_ACPI_VFCT;
7950
}UEFI_ACPI_VFCT;
Line 7951... Line 7951...
7951
 
7951
 
7952
typedef struct {
7952
typedef struct {