summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/local
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-08-04 01:49:43 +0530
committerChristian Mauderer <oss@c-mauderer.de>2019-08-11 15:57:54 +0200
commitd7c01f45691d4289c5b8d5cafe9e2776b03731ea (patch)
tree1af44bf7d6cfce60ed3605c20d5d86b4500379c4 /rtemsbsd/local
parentfbd: Import from FreeBSD (diff)
downloadrtems-libbsd-d7c01f45691d4289c5b8d5cafe9e2776b03731ea.tar.bz2
fbd: Port to RTEMS
Diffstat (limited to 'rtemsbsd/local')
-rw-r--r--rtemsbsd/local/fb_if.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/rtemsbsd/local/fb_if.c b/rtemsbsd/local/fb_if.c
new file mode 100644
index 00000000..b56e4a1d
--- /dev/null
+++ b/rtemsbsd/local/fb_if.c
@@ -0,0 +1,30 @@
+#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/fb/fb_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 <sys/fbio.h>
+#include <rtems/bsd/local/fb_if.h>
+
+struct kobjop_desc fb_pin_max_desc = {
+ 0, { &fb_pin_max_desc, (kobjop_t)kobj_error_method }
+};
+
+struct kobjop_desc fb_getinfo_desc = {
+ 0, { &fb_getinfo_desc, (kobjop_t)kobj_error_method }
+};
+