Skip to content

Commit

Permalink
ACPICA: Add defines for CDAT SSLBIS
Browse files Browse the repository at this point in the history
Add upstream port and any port definition for SSLBIS.

Link: https://github.com/acpica/acpica/pull/898
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Dave Jiang authored and Rafael J. Wysocki committed Oct 3, 2023
1 parent 8a749fd commit 178e1ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,9 @@ struct acpi_cdat_sslbe {
u16 reserved;
};

#define ACPI_CDAT_SSLBIS_US_PORT 0x0100
#define ACPI_CDAT_SSLBIS_ANY_PORT 0xffff

/*******************************************************************************
*
* CEDT - CXL Early Discovery Table
Expand Down

0 comments on commit 178e1ea

Please sign in to comment.