blob: c51fe6c41f441327362f73824752e442f848c42f [file] [log] [blame]
John848b4252022-03-09 17:51:56 -08001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <intelblocks/tcss.h>
4
5const struct soc_tcss_ops tcss_ops = {
6 .configure_aux_bias_pads = tcss_configure_aux_bias_pads_regbar,
7 .valid_tbt_auth = tcss_valid_tbt_auth,
8};