use crateLOG_DBG;
pub use *;
pub use *;
pub use *;
/* For functions that can't be categorized */
/// Returns the version of TPM that Tlcl was compiled with, e.g:
/// if feature `tpm 2_0` is enabled, then this will return "TPM 2.0".
/// This is a stub for whenever Tlcl isn't enabled. Due to the fact that we
/// can't fetch the TPM version without the Tlcl library, we just stub it here.