blob: 99cbdd2d6785bca9fc4ceac5cd5216f8774259c2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0-only */
#include <intelblocks/tcss.h>
#include <soc/soc_chip.h>
const struct soc_tcss_ops tcss_ops = {
/* TODO: Implement AUX BIAS PAD Programming if required */
.configure_aux_bias_pads = NULL,
.valid_tbt_auth = NULL,
};
|