mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 20:30:52 +08:00
TDA19988: Port to RTEMS
This commit is contained in:

committed by
Christian Mauderer

parent
b7458b0915
commit
2cf7b6b3e4
40
rtemsbsd/local/clknode_if.c
Normal file
40
rtemsbsd/local/clknode_if.c
Normal file
@@ -0,0 +1,40 @@
|
||||
#include <machine/rtems-bsd-kernel-space.h>
|
||||
|
||||
/*
|
||||
* This file is @generated automatically.
|
||||
* Do not modify anything in here by hand.
|
||||
*
|
||||
* Created from source file
|
||||
* freebsd-org/sys/dev/extres/clk/clknode_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 <rtems/bsd/local/clknode_if.h>
|
||||
|
||||
struct kobjop_desc clknode_init_desc = {
|
||||
0, { &clknode_init_desc, (kobjop_t)kobj_error_method }
|
||||
};
|
||||
|
||||
struct kobjop_desc clknode_recalc_freq_desc = {
|
||||
0, { &clknode_recalc_freq_desc, (kobjop_t)kobj_error_method }
|
||||
};
|
||||
|
||||
struct kobjop_desc clknode_set_freq_desc = {
|
||||
0, { &clknode_set_freq_desc, (kobjop_t)kobj_error_method }
|
||||
};
|
||||
|
||||
struct kobjop_desc clknode_set_gate_desc = {
|
||||
0, { &clknode_set_gate_desc, (kobjop_t)kobj_error_method }
|
||||
};
|
||||
|
||||
struct kobjop_desc clknode_set_mux_desc = {
|
||||
0, { &clknode_set_mux_desc, (kobjop_t)kobj_error_method }
|
||||
};
|
||||
|
35
rtemsbsd/local/hdmi_if.c
Normal file
35
rtemsbsd/local/hdmi_if.c
Normal file
@@ -0,0 +1,35 @@
|
||||
#include <machine/rtems-bsd-kernel-space.h>
|
||||
|
||||
/*
|
||||
* This file is @generated automatically.
|
||||
* Do not modify anything in here by hand.
|
||||
*
|
||||
* Created from source file
|
||||
* freebsd-org/sys/dev/hdmi/hdmi_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/bus.h>
|
||||
#include <dev/videomode/videomode.h>
|
||||
#include <dev/videomode/edidvar.h>
|
||||
#include <rtems/bsd/local/hdmi_if.h>
|
||||
|
||||
struct kobjop_desc hdmi_get_edid_desc = {
|
||||
0, { &hdmi_get_edid_desc, (kobjop_t)kobj_error_method }
|
||||
};
|
||||
|
||||
struct kobjop_desc hdmi_set_videomode_desc = {
|
||||
0, { &hdmi_set_videomode_desc, (kobjop_t)kobj_error_method }
|
||||
};
|
||||
|
||||
struct kobjop_desc hdmi_enable_desc = {
|
||||
0, { &hdmi_enable_desc, (kobjop_t)kobj_error_method }
|
||||
};
|
||||
|
Reference in New Issue
Block a user