diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/lcq/royaljelly.h | 3 | ||||
| -rw-r--r-- | include/lcq/royaljelly/library.h | 8 |
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 |
