mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
acpi: add aml_name() & aml_name_decl() term
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
32acac9eb3
commit
3c054bd51a
2 changed files with 36 additions and 0 deletions
|
@ -59,6 +59,10 @@ void free_aml_allocator(void);
|
|||
*/
|
||||
void aml_append(Aml *parent_ctx, Aml *child);
|
||||
|
||||
/* non block AML object primitives */
|
||||
Aml *aml_name(const char *name_format, ...) GCC_FMT_ATTR(1, 2);
|
||||
Aml *aml_name_decl(const char *name, Aml *val);
|
||||
|
||||
/* Block AML object primitives */
|
||||
Aml *aml_scope(const char *name_format, ...) GCC_FMT_ATTR(1, 2);
|
||||
Aml *aml_device(const char *name_format, ...) GCC_FMT_ATTR(1, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue