diff options
Diffstat (limited to 'src/detection/tpm/tpm.h')
| -rw-r--r-- | src/detection/tpm/tpm.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/detection/tpm/tpm.h b/src/detection/tpm/tpm.h new file mode 100644 index 0000000..da842ec --- /dev/null +++ b/src/detection/tpm/tpm.h @@ -0,0 +1,11 @@ +#pragma once + +#include "fastfetch.h" +#include "modules/tpm/option.h" + +typedef struct FFTPMResult { + FFstrbuf version; + FFstrbuf description; +} FFTPMResult; + +const char* ffDetectTPM(FFTPMResult* result); |