summaryrefslogtreecommitdiff
path: root/include/lcq
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-12-25 23:42:59 -0500
committerLLLL Colonq <llll@colonq>2025-12-25 23:42:59 -0500
commitc149c76ad8b251c45a0e6532850cf5dfd388f55c (patch)
tree166d187e9488bba0af111381337d7d96de715a2d /include/lcq
Initial commit
Diffstat (limited to 'include/lcq')
-rw-r--r--include/lcq/royaljelly.h3
-rw-r--r--include/lcq/royaljelly/library.h8
2 files changed, 11 insertions, 0 deletions
diff --git a/include/lcq/royaljelly.h b/include/lcq/royaljelly.h
new file mode 100644
index 0000000..862cdc2
--- /dev/null
+++ b/include/lcq/royaljelly.h
@@ -0,0 +1,3 @@
+#ifndef LCOLONQ_ROYALJELLY_H
+#define LCOLONQ_ROYALJELLY_H
+#endif
diff --git a/include/lcq/royaljelly/library.h b/include/lcq/royaljelly/library.h
new file mode 100644
index 0000000..f8fc65d
--- /dev/null
+++ b/include/lcq/royaljelly/library.h
@@ -0,0 +1,8 @@
+#ifndef LCOLONQ_ROYALJELLY_LIBRARY_H
+#define LCOLONQ_ROYALJELLY_LIBRARY_H
+
+#include <lcq/pit/runtime.h>
+
+void rj_install_library(pit_runtime *rt);
+
+#endif