27cf7d04ef
Reviewed by: nwhitehorn MFC_to_10_after: re approval Sponsored by: The FreeBSD Foundation
14 lines
164 B
Objective-C
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;
|
|
};
|