TianoCore EDK2 master
Loading...
Searching...
No Matches
stdint.h
Go to the documentation of this file.
1
9#ifndef CRYPTO_CRT_STDIO_H_
10#define CRYPTO_CRT_STDIO_H_
11#include <CrtLibSupport.h>
12
13//
14// only use in Mbedlts. The Openssl has defined them internally.
15//
16#ifndef OPENSSL_SYS_UEFI
17typedef INT8 int8_t;
18typedef UINT8 uint8_t;
19typedef INT16 int16_t;
20typedef UINT16 uint16_t;
21typedef INT32 int32_t;
22typedef UINT32 uint32_t;
23typedef INT64 int64_t;
24typedef UINT64 uint64_t;
25typedef UINTN uintptr_t;
26#endif
27
28#endif
UINT64 UINTN