1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/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;
};