summaryrefslogtreecommitdiff
path: root/src/core/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/defs.h')
-rw-r--r--src/core/defs.h12
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