summaryrefslogtreecommitdiffstats
path: root/testsuites/include/net-legacy-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/include/net-legacy-config.h')
-rw-r--r--testsuites/include/net-legacy-config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/testsuites/include/net-legacy-config.h b/testsuites/include/net-legacy-config.h
new file mode 100644
index 0000000..e4e5579
--- /dev/null
+++ b/testsuites/include/net-legacy-config.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2023 Chris Johns. All rights reserved.
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#ifndef _NET_LEGACY_CONFIG_H
+#define _NET_LEGACY_CONFIG_H
+
+#include <stdbool.h>
+
+struct rtems_bsdnet_config;
+
+bool rtems_net_legacy_config(struct rtems_bsdnet_config* bsd);
+
+#endif