Changeset 1433ecda in mainline for kernel/genarch/include/genarch/acpi/acpi.h
- Timestamp:
- 2018-04-04T15:42:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
-
kernel/genarch/include/genarch/acpi/acpi.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/genarch/acpi/acpi.h
r47b2d7e3 r1433ecda 49 49 uint32_t ext_checksum; 50 50 uint8_t reserved[3]; 51 } __attribute__ ((packed));51 } __attribute__((packed)); 52 52 53 53 /* System Description Table Header */ … … 62 62 uint32_t creator_id; 63 63 uint32_t creator_revision; 64 } __attribute__ ((packed));64 } __attribute__((packed)); 65 65 66 66 struct acpi_signature_map { … … 74 74 struct acpi_sdt_header header; 75 75 uint32_t entry[]; 76 } __attribute__ ((packed));76 } __attribute__((packed)); 77 77 78 78 /* Extended System Description Table */ … … 80 80 struct acpi_sdt_header header; 81 81 uint64_t entry[]; 82 } __attribute__ ((packed));82 } __attribute__((packed)); 83 83 84 84 extern struct acpi_rsdp *acpi_rsdp;
Note:
See TracChangeset
for help on using the changeset viewer.
