commit | 6a7e7cce78ef9df44eb9fc43580547bab79b406f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 22 18:31:27 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Aug 31 07:57:27 2015 -0600 |
tree | 7e184dc4a1d94e04d21a4bb1b7a9973ebb300109 | |
parent | fbb120aa9aaf49d6acbcf1961e97468f1eba46d2 [diff] |
tpm: tpm_tis_i2c: Move definitions into the header file Some definitions are in the C file and some are in the header file. Move everything into the header file for consistency and to reduce clutter. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>