summaryrefslogtreecommitdiffstats
path: root/bgpd/rfp-example/librfp/rfp_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/rfp-example/librfp/rfp_internal.h')
-rw-r--r--bgpd/rfp-example/librfp/rfp_internal.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/bgpd/rfp-example/librfp/rfp_internal.h b/bgpd/rfp-example/librfp/rfp_internal.h
new file mode 100644
index 0000000..83b0b55
--- /dev/null
+++ b/bgpd/rfp-example/librfp/rfp_internal.h
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ *
+ * Copyright 2015-2016, LabN Consulting, L.L.C.
+ *
+ */
+
+/* Sample header file */
+#ifndef _RFP_INTERNAL_H
+#define _RFP_INTERNAL_H
+#include "lib/zebra.h"
+#include "rfp.h"
+#include "bgpd/rfapi/rfapi.h"
+
+#endif /* _RFP_INTERNAL_H */