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
Aleksandr Rybalko 27cf7d04ef Merge VT(9) project (a.k.a. newcons).
Reviewed by:	nwhitehorn
MFC_to_10_after:	re approval

Sponsored by:	The FreeBSD Foundation
2013-12-05 22:38:53 +00:00

14 lines
164 B
Objective-C

#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;
};