diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 17:44:36 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-07-28 17:44:36 +0000 |
commit | 834d4c5613e9c57c0b9fba46fa717fd7fb9d5891 (patch) | |
tree | 610a3598ffcd1fdcb97c475a59bccac84f41bbdd /source/compiler/dttemplate.h | |
parent | 744d47ba98ced2e2a7d3aff2f894136544386e34 (diff) |
Import ACPICA 20170728.vendor/acpica/20170728
Notes
Notes:
svn path=/vendor-sys/acpica/dist/; revision=321655
svn path=/vendor-sys/acpica/20170728/; revision=321656; tag=vendor/acpica/20170728
Diffstat (limited to 'source/compiler/dttemplate.h')
-rw-r--r-- | source/compiler/dttemplate.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/compiler/dttemplate.h b/source/compiler/dttemplate.h index bb4dded4e634..8d27359d9ad0 100644 --- a/source/compiler/dttemplate.h +++ b/source/compiler/dttemplate.h @@ -1178,6 +1178,15 @@ const unsigned char TemplateSbst[] = 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 /* 00000028 "........" */ }; +const unsigned char TemplateSdei[] = +{ + 0x53,0x44,0x45,0x49,0x3e,0x00,0x00,0x00, /* 00000000 "SDEI>..." */ + 0x01,0x59,0x41,0x52,0x4d,0x20,0x20,0x20, /* 00000008 ".mARM " */ + 0x54,0x45,0x4D,0x50,0x4C,0x41,0x54,0x45, /* 00000010 "TEMPLATE" */ + 0x01,0x00,0x00,0x00,0x49,0x4E,0x54,0x4C, /* 00000018 "....INTL" */ + 0x30,0x09,0x16,0x20 /* 00000028 "0.. " */ +}; + const unsigned char TemplateSlic[] = { 0x53,0x4C,0x49,0x43,0x76,0x01,0x00,0x00, /* 00000000 "SLICv..." */ |