blob: 9d31d30ff7fa55e1577e1f4f05e70e4afe6c328c (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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 */
|