FFL
Loading...
Searching...
No Matches
FFLCreateID.h
Go to the documentation of this file.
1#ifndef FFL_CREATE_ID_H_
2#define FFL_CREATE_ID_H_
3
4#include <nn/ffl/types.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10#define FFL_CREATE_ID_SIZE (10)
11
12typedef struct FFLCreateID
13{
14 union
15 {
18 };
19}
20FFLCreateID;
21NN_STATIC_ASSERT(sizeof(FFLCreateID) == FFL_CREATE_ID_SIZE);
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif // FFL_CREATE_ID_H_
#define FFL_CREATE_ID_SIZE
Definition FFLCreateID.h:10
NN_STATIC_ASSERT(sizeof(FFLiAllocator)==4)
Definition FFLCreateID.h:13
u16 value16[FFL_CREATE_ID_SIZE/sizeof(u16)]
Definition FFLCreateID.h:17
u8 data[FFL_CREATE_ID_SIZE]
Definition FFLCreateID.h:16