Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367562
b: refs/heads/master
c: 25c0330
h: refs/heads/master
v: v3
  • Loading branch information
Lv Zheng authored and Rafael J. Wysocki committed Mar 11, 2013
1 parent 876b998 commit 3ec2bcc
Show file tree
Hide file tree
Showing 2 changed files with 24 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: 8c2809144a372284f757bd4d70b08206e20681b7
refs/heads/master: 25c0330aa6bba60e36ac460d12ef954332852426
23 changes: 23 additions & 0 deletions trunk/include/acpi/actbl2.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
#define ACPI_SIG_SPMI "SPMI" /* Server Platform Management Interface table */
#define ACPI_SIG_TCPA "TCPA" /* Trusted Computing Platform Alliance table */
#define ACPI_SIG_UEFI "UEFI" /* Uefi Boot Optimization Table */
#define ACPI_SIG_VRTC "VRTC" /* Virtual Real Time Clock Table */
#define ACPI_SIG_WAET "WAET" /* Windows ACPI Emulated devices Table */
#define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */
#define ACPI_SIG_WDDT "WDDT" /* Watchdog Timer Description Table */
Expand Down Expand Up @@ -1023,6 +1024,28 @@ struct acpi_table_uefi {
u16 data_offset; /* Offset of remaining data in table */
};

/*******************************************************************************
*
* VRTC - Virtual Real Time Clock Table
* Version 1
*
* Conforms to "Simple Firmware Interface Specification",
* Draft 0.8.2, Oct 19, 2010
* NOTE: The ACPI VRTC is equivalent to The SFI MRTC table.
*
******************************************************************************/

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

/* VRTC entry */

struct acpi_vrtc_entry {
struct acpi_generic_address physical_address;
u32 irq;
};

/*******************************************************************************
*
* WAET - Windows ACPI Emulated devices Table
Expand Down

0 comments on commit 3ec2bcc

Please sign in to comment.