diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2025-04-10 03:51:28 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2025-04-10 03:51:28 +0000 |
commit | 97a7606d897edfa3089cb04eea70096a1f9cf734 (patch) | |
tree | c60774fdb1d10ddd5e2e7ea473de288f62458881 /source/compiler/dtcompiler.h | |
parent | 98a2c01a889887800ea689bbbed0c3c240712fc5 (diff) |
Diffstat (limited to 'source/compiler/dtcompiler.h')
-rw-r--r-- | source/compiler/dtcompiler.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/source/compiler/dtcompiler.h b/source/compiler/dtcompiler.h index fcb21d67e989..c3b87769573f 100644 --- a/source/compiler/dtcompiler.h +++ b/source/compiler/dtcompiler.h @@ -8,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp. * All rights reserved. * * 2. License @@ -614,6 +614,10 @@ DtCompileEinj ( void **PFieldList); ACPI_STATUS +DtCompileErdt ( + void **PFieldList); + +ACPI_STATUS DtCompileErst ( void **PFieldList); @@ -666,6 +670,10 @@ DtCompileMpst ( void **PFieldList); ACPI_STATUS +DtCompileMrrm ( + void **PFieldList); + +ACPI_STATUS DtCompileMsct ( void **PFieldList); @@ -710,6 +718,10 @@ DtCompileRhct ( void **PFieldList); ACPI_STATUS +DtCompileRimt ( + void **PFieldList); + +ACPI_STATUS DtCompileRsdt ( void **PFieldList); @@ -801,6 +813,7 @@ extern const unsigned char TemplateDmar[]; extern const unsigned char TemplateDrtm[]; extern const unsigned char TemplateEcdt[]; extern const unsigned char TemplateEinj[]; +extern const unsigned char TemplateErdt[]; extern const unsigned char TemplateErst[]; extern const unsigned char TemplateFadt[]; extern const unsigned char TemplateFpdt[]; @@ -816,6 +829,7 @@ extern const unsigned char TemplateMcfg[]; extern const unsigned char TemplateMchi[]; extern const unsigned char TemplateMpam[]; extern const unsigned char TemplateMpst[]; +extern const unsigned char TemplateMrrm[]; extern const unsigned char TemplateMsct[]; extern const unsigned char TemplateMsdm[]; extern const unsigned char TemplateNfit[]; @@ -829,6 +843,7 @@ extern const unsigned char TemplateRasf[]; extern const unsigned char TemplateRas2[]; extern const unsigned char TemplateRgrt[]; extern const unsigned char TemplateRhct[]; +extern const unsigned char TemplateRimt[]; extern const unsigned char TemplateRsdt[]; extern const unsigned char TemplateS3pt[]; extern const unsigned char TemplateSbst[]; |