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
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