diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 12:17:24 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 12:17:24 +0200 |
| commit | 2efa8712a9d116e9ca891acec686a5158916d3d2 (patch) | |
| tree | 85b9d444195f702b05956e8cf4ff67f36b6a459a | |
| parent | 424284fdb4af95464a074e5b69bcbc48e8fcacd1 (diff) | |
[BUMP] bumping.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
| -rw-r--r-- | NDKKit/Private/Imaging/TPM.hxx | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/NDKKit/Private/Imaging/TPM.hxx b/NDKKit/Private/Imaging/TPM.hxx new file mode 100644 index 0000000..dbd90fe --- /dev/null +++ b/NDKKit/Private/Imaging/TPM.hxx @@ -0,0 +1,17 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies + +------------------------------------------- */ + +/** + @brief The Explicit Partition Map scheme. +*/ + +#ifndef __IMAGING_TPM_HXX__ +#define __IMAGING_TPM_HXX__ + +struct TPM_IMAGE_HEADER; +struct TPM_FILE_RECORD; + +#endif // ifndef __IMAGING_TPM_HXX__ |
