blob: f0e471fd4888d9e264ed43ffa5bb9f1ee7751109 (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef DRIVERS_CRB_CHIP_H
#define DRIVERS_CRB_CHIP_H
typedef struct drivers_crb_config {
} tpm_config_t;
#endif /* DRIVERS_CRB_CHIP_H */
|