Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367563
b: refs/heads/master
c: 98b5c99
h: refs/heads/master
i:
  367561: 876b998
  367559: c02d4df
v: v3
  • Loading branch information
Lv Zheng authored and Rafael J. Wysocki committed Mar 11, 2013
1 parent 3ec2bcc commit 7c061c9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25c0330aa6bba60e36ac460d12ef954332852426
refs/heads/master: 98b5c9934ccdf6c04413e0d03c1ddeb32592d8c6
24 changes: 24 additions & 0 deletions trunk/include/acpi/actbl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
#define ACPI_SIG_IVRS "IVRS" /* I/O Virtualization Reporting Structure */
#define ACPI_SIG_MCFG "MCFG" /* PCI Memory Mapped Configuration table */
#define ACPI_SIG_MCHI "MCHI" /* Management Controller Host Interface table */
#define ACPI_SIG_MTMR "MTMR" /* MID Timer table */
#define ACPI_SIG_SLIC "SLIC" /* Software Licensing Description Table */
#define ACPI_SIG_SPCR "SPCR" /* Serial Port Console Redirection table */
#define ACPI_SIG_SPMI "SPMI" /* Server Platform Management Interface table */
Expand Down Expand Up @@ -851,6 +852,29 @@ struct acpi_table_mchi {
u8 pci_function;
};

/*******************************************************************************
*
* MTMR - MID Timer Table
* Version 1
*
* Conforms to "Simple Firmware Interface Specification",
* Draft 0.8.2, Oct 19, 2010
* NOTE: The ACPI MTMR is equivalent to the SFI MTMR table.
*
******************************************************************************/

struct acpi_table_mtmr {
struct acpi_table_header header; /* Common ACPI table header */
};

/* MTMR entry */

struct acpi_mtmr_entry {
struct acpi_generic_address physical_address;
u32 frequency;
u32 irq;
};

/*******************************************************************************
*
* SLIC - Software Licensing Description Table
Expand Down

0 comments on commit 7c061c9

Please sign in to comment.