xref: /freebsd/sys/dev/fb/fb_if.m (revision a335f76f2a40a248df01e22422b84d707bfcc4a9)
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