xref: /aosp_15_r20/external/coreboot/src/drivers/crb/chip.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef DRIVERS_CRB_CHIP_H
4 #define DRIVERS_CRB_CHIP_H
5 
6 typedef struct drivers_crb_config {
7 } tpm_config_t;
8 
9 #endif /* DRIVERS_CRB_CHIP_H */
10