mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
14 lines
164 B
Mathematica
14 lines
164 B
Mathematica
|
|
#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;
|
||
|
|
};
|