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
,