diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/bloblist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bloblist.h b/include/bloblist.h index 609ac421d6..bbe0a35d5a 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -27,6 +27,11 @@ enum bloblist_tag_t { BLOBLISTT_SPL_HANDOFF, /* Hand-off info from SPL */ BLOBLISTT_VBOOT_CTX, /* Chromium OS verified boot context */ BLOBLISTT_VBOOT_HANDOFF, /* Chromium OS internal handoff info */ + /* + * Advanced Configuration and Power Interface Global Non-Volatile + * Sleeping table. This forms part of the ACPI tables passed to Linux. + */ + BLOBLISTT_ACPI_GNVS, }; /** |
