summaryrefslogtreecommitdiffstats
path: root/src/detection/tpm/tpm.h
blob: da842eca0724404537d598f2e5385c757421a8db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "fastfetch.h"
#include "modules/tpm/option.h"

typedef struct FFTPMResult {
    FFstrbuf version;
    FFstrbuf description;
} FFTPMResult;

const char* ffDetectTPM(FFTPMResult* result);