mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
ACPICA: Add LVR to acrestyp.h
Add a new field called lvr to struct acpi_resource_i2c_serialbus. Link: https://github.com/acpica/acpica/commit/e62e74baf7e0 Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: https://patch.msgid.link/2354060.iZASKD2KPV@rafael.j.wysocki
This commit is contained in:
parent
15a07a5a96
commit
f0ee0b0927
|
|
@ -423,6 +423,7 @@ struct acpi_resource_i2c_serialbus {
|
|||
ACPI_RESOURCE_SERIAL_COMMON u8 access_mode;
|
||||
u16 slave_address;
|
||||
u32 connection_speed;
|
||||
u8 lvr;
|
||||
};
|
||||
|
||||
/* Values for access_mode field above */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user