diff options
| author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-12 21:49:50 +0100 |
|---|---|---|
| committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2025-11-12 21:49:50 +0100 |
| commit | 7de14dbc0b642ee492fe592ccb53e8d81a4dc599 (patch) | |
| tree | 1c44602db0d917a3176da535cbfa327edeec4e4a /src/core/defs.h | |
Initial commit
Diffstat (limited to 'src/core/defs.h')
| -rw-r--r-- | src/core/defs.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/defs.h b/src/core/defs.h new file mode 100644 index 0000000..5cb9803 --- /dev/null +++ b/src/core/defs.h @@ -0,0 +1,12 @@ +#ifndef DEFS_H +#define DEFS_H + +#include <stdalign.h> +#include <aplwc.h> +#include "types.h" + +#define WS_START_SIZE (64*1024) +#define WS_ALIGNMENT 64 +#define APLWC_ALIGNMENT alignof(APLWC) + +#endif /* DEFS_H */
\ No newline at end of file |