xref: /freebsd/sys/dev/fb/fb_if.m (revision 5b20c5e1f8d59f14901f0c0e4b6b577eaa3f9569)
1#include <sys/bus.h>
2#include <sys/fbio.h>
3
4INTERFACE fb;
5
6METHOD struct fb_info * getinfo {
7	device_t dev;
8};
9