summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/alderlake/tcss.c
blob: c51fe6c41f441327362f73824752e442f848c42f (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#include <intelblocks/tcss.h>

const struct soc_tcss_ops tcss_ops = {
	.configure_aux_bias_pads = tcss_configure_aux_bias_pads_regbar,
	.valid_tbt_auth = tcss_valid_tbt_auth,
};