summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/local/fdt_pinctrl_if.c
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-08-04 01:49:39 +0530
committerChristian Mauderer <oss@c-mauderer.de>2019-08-11 15:57:54 +0200
commit59ce99a357d7e283b2f463d3e22189e88b2ed412 (patch)
tree7316a504d1747959be413d284db82e757a9fc9a4 /rtemsbsd/local/fdt_pinctrl_if.c
parentPinmux : Import from FreeBSD (diff)
downloadrtems-libbsd-59ce99a357d7e283b2f463d3e22189e88b2ed412.tar.bz2
Pinmux: Port to RTEMS
Diffstat (limited to 'rtemsbsd/local/fdt_pinctrl_if.c')
-rw-r--r--rtemsbsd/local/fdt_pinctrl_if.c27
1 files changed, 27 insertions, 0 deletions
diff --git a/rtemsbsd/local/fdt_pinctrl_if.c b/rtemsbsd/local/fdt_pinctrl_if.c
new file mode 100644
index 00000000..9609add0
--- /dev/null
+++ b/rtemsbsd/local/fdt_pinctrl_if.c
@@ -0,0 +1,27 @@
+#include <machine/rtems-bsd-kernel-space.h>
+
+/*
+ * This file is produced automatically.
+ * Do not modify anything in here by hand.
+ *
+ * Created from source file
+ * freebsd-org/sys/dev/fdt/fdt_pinctrl_if.m
+ * with
+ * makeobjops.awk
+ *
+ * See the source file for legal information
+ */
+
+#include <sys/param.h>
+#include <sys/queue.h>
+#include <sys/kernel.h>
+#include <sys/kobj.h>
+#include <sys/types.h>
+#include <sys/bus.h>
+#include <dev/ofw/openfirm.h>
+#include <rtems/bsd/local/fdt_pinctrl_if.h>
+
+struct kobjop_desc fdt_pinctrl_configure_desc = {
+ 0, { &fdt_pinctrl_configure_desc, (kobjop_t)kobj_error_method }
+};
+