/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef DRIVERS_CRB_CHIP_H
#define DRIVERS_CRB_CHIP_H

typedef struct drivers_crb_config {
} tpm_config_t;

#endif /* DRIVERS_CRB_CHIP_H */