From 59ce99a357d7e283b2f463d3e22189e88b2ed412 Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Sun, 4 Aug 2019 01:49:39 +0530 Subject: Pinmux: Port to RTEMS --- rtemsbsd/local/fdt_pinctrl_if.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 rtemsbsd/local/fdt_pinctrl_if.c (limited to 'rtemsbsd/local/fdt_pinctrl_if.c') 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 + +/* + * 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 +#include +#include +#include +#include +#include +#include +#include + +struct kobjop_desc fdt_pinctrl_configure_desc = { + 0, { &fdt_pinctrl_configure_desc, (kobjop_t)kobj_error_method } +}; + -- cgit v1.2.3