TianoCore EDK2 master
Loading...
Searching...
No Matches
LibspdmStdIntAlt.h
Go to the documentation of this file.
1
10#ifndef LIBSPDM_STD_INT_ALT_H
11#define LIBSPDM_STD_INT_ALT_H
12
13typedef UINT64 uint64_t;
14typedef INT64 int64_t;
15typedef UINT32 uint32_t;
16typedef INT32 int32_t;
17typedef UINT16 uint16_t;
18typedef INT16 int16_t;
19typedef UINT8 uint8_t;
20
21#ifndef SIZE_MAX
22#define SIZE_MAX MAX_UINTN
23#endif
24
25#endif /* LIBSPDM_STDINT_ALT */