mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
23
libc/nt/struct/imageenclaveconfig.h
Normal file
23
libc/nt/struct/imageenclaveconfig.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEENCLAVECONFIG_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEENCLAVECONFIG_H_
|
||||
#include "libc/nt/pedef.h"
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
struct NtImageEnclaveConfig {
|
||||
uint32_t Size;
|
||||
uint32_t MinimumRequiredConfigSize;
|
||||
uint32_t PolicyFlags;
|
||||
uint32_t NumberOfImports;
|
||||
uint32_t ImportList;
|
||||
uint32_t ImportEntrySize;
|
||||
uint8_t FamilyID[kNtImageEnclaveShortIdLength];
|
||||
uint8_t ImageID[kNtImageEnclaveShortIdLength];
|
||||
uint32_t ImageVersion;
|
||||
uint32_t SecurityVersion;
|
||||
uint64_t EnclaveSize;
|
||||
uint32_t NumberOfThreads;
|
||||
uint32_t EnclaveFlags;
|
||||
};
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_IMAGEENCLAVECONFIG_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue