summaryrefslogtreecommitdiff
path: root/rustlibd/wrapper.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'rustlibd/wrapper.h.in')
-rw-r--r--rustlibd/wrapper.h.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/rustlibd/wrapper.h.in b/rustlibd/wrapper.h.in
new file mode 100644
index 0000000000..1aaca7f509
--- /dev/null
+++ b/rustlibd/wrapper.h.in
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * September 9 2024, Christian Hopps <chopps@labn.net>
+ *
+ * Copyright (C) 2024 LabN Consulting, L.L.C.
+ */
+#include "config.h"
+/* #include "typesafe.h" */
+/* #include "frratomic.h" */
+/* #include "sigevent.h" */
+/* #include "privs.h" */
+
+/* #include "log.h" */
+/* #include "getopt.h" */
+/* #include "module.h" */
+/* #include "hook.h" */
+/* #include "northbound.h" */
+
+#include <lib/zebra.h>
+
+#include <lib/frr_pthread.h>
+#include <lib/libfrr.h>
+#include <lib/log.h>
+#include <lib/mgmt_msg_native.h>