freebsd-dev/sys/dev/fb/fb_if.m

14 lines
164 B
Mathematica
Raw Normal View History

#include <sys/bus.h>
#include <sys/fbio.h>
INTERFACE fb;
METHOD int pin_max {
device_t dev;
int *npins;
};
METHOD struct fb_info * getinfo {
device_t dev;
};