summaryrefslogtreecommitdiffstats
path: root/pimd/pim_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_int.h')
-rw-r--r--pimd/pim_int.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/pimd/pim_int.h b/pimd/pim_int.h
new file mode 100644
index 0000000..9e38672
--- /dev/null
+++ b/pimd/pim_int.h
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * PIM for Quagga
+ * Copyright (C) 2008 Everton da Silva Marques
+ */
+
+#ifndef PIM_INT_H
+#define PIM_INT_H
+
+#include <stdint.h>
+
+uint32_t pim_read_uint32_host(const uint8_t *buf);
+void pim_write_uint32(uint8_t *buf, uint32_t val_host);
+
+#endif /* PIM_INT_H */