// SPDX-License-Identifier: Apache-2.0 /* Copyright 2013-2018 IBM Corp. */ #ifndef __TPM_I2C_H #define __TPM_I2C_H #include #include #include "../tpm_chip.h" extern int tpm_i2c_request_send(struct tpm_dev *tpm_device, int read_write, uint32_t offset, uint32_t offset_bytes, void* buf, size_t buflen); #endif /* __TPM_I2C_H */