diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2014-08-29 21:25:47 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2014-08-29 21:25:47 +0000 |
| commit | 89871cdeb650dcef3e851b649713612888223e22 (patch) | |
| tree | 802e6a34a15eb10ca05a520350213b5b665d1007 /sys/amd64/include/pc | |
| parent | 1a83a822d211178e0361ecb9400468b401b9709b (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/pc')
| -rw-r--r-- | sys/amd64/include/pc/bios.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h index 95ef703e498f..1dbf110219be 100644 --- a/sys/amd64/include/pc/bios.h +++ b/sys/amd64/include/pc/bios.h @@ -51,6 +51,14 @@ struct bios_smap { u_int32_t type; } __packed; +/* Structure extended to include extended attribute field in ACPI 3.0. */ +struct bios_smap_xattr { + u_int64_t base; + u_int64_t length; + u_int32_t type; + u_int32_t xattr; +} __packed; + /* * System Management BIOS */ |
