summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/local/fb_if.c
blob: b56e4a1d7ee28c34dcdcd6b2d5e53b1760289afa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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 }
};