mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
aml-build: comment fix
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
@@ -9,7 +9,7 @@ typedef enum {
|
||||
AML_NO_OPCODE = 0,/* has only data */
|
||||
AML_OPCODE, /* has opcode optionally followed by data */
|
||||
AML_PACKAGE, /* has opcode and uses PkgLength for its length */
|
||||
AML_EXT_PACKAGE, /* ame as AML_PACKAGE but also has 'ExOpPrefix' */
|
||||
AML_EXT_PACKAGE, /* Same as AML_PACKAGE but also has 'ExOpPrefix' */
|
||||
AML_BUFFER, /* data encoded as 'DefBuffer' */
|
||||
AML_RES_TEMPLATE, /* encoded as ResourceTemplate macro */
|
||||
} AmlBlockFlags;
|
||||
|
||||
Reference in New Issue
Block a user