ec/google/chromeec: Define ACPI_NOTIFY_CROS_EC_MKBP constant
[coreboot.git] / src / soc / intel / pantherlake / tcss.c
blob99cbdd2d6785bca9fc4ceac5cd5216f8774259c2
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <intelblocks/tcss.h>
4 #include <soc/soc_chip.h>
6 const struct soc_tcss_ops tcss_ops = {
7 /* TODO: Implement AUX BIAS PAD Programming if required */
8 .configure_aux_bias_pads = NULL,
9 .valid_tbt_auth = NULL,