mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 04:27:47 +08:00
Pinmux: Port to RTEMS
This commit is contained in:

committed by
Christian Mauderer

parent
e3bc24e616
commit
59ce99a357
27
rtemsbsd/local/fdt_pinctrl_if.c
Normal file
27
rtemsbsd/local/fdt_pinctrl_if.c
Normal file
@@ -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 }
|
||||
};
|
||||
|
Reference in New Issue
Block a user