summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v1/vortex.h
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
committerpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
commitc4b392a179048f936c062f5ffccc2bc25627e500 (patch)
tree09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/noun/v1/vortex.h
working
Diffstat (limited to 'vere/pkg/noun/v1/vortex.h')
-rw-r--r--vere/pkg/noun/v1/vortex.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/vere/pkg/noun/v1/vortex.h b/vere/pkg/noun/v1/vortex.h
new file mode 100644
index 0000000..92743f7
--- /dev/null
+++ b/vere/pkg/noun/v1/vortex.h
@@ -0,0 +1,22 @@
+/// @file
+
+#ifndef U3_VORTEX_V1_H
+#define U3_VORTEX_V1_H
+
+#include "../allocate.h"
+#include "v2/vortex.h"
+
+ /** Aliases.
+ **/
+# define u3H_v1 u3H_v2
+# define u3A_v1 u3A_v2
+# define u3v_v1_home u3v_v2_home
+
+ /** Functions.
+ **/
+ /* u3v_v1_reclaim(): clear ad-hoc persistent caches to reclaim memory.
+ */
+ void
+ u3v_v1_reclaim(void);
+
+#endif /* ifndef U3_VORTEX_V1_H */