mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
c62ee7332e
Apparently, it never came into play.
9 lines
111 B
Objective-C
9 lines
111 B
Objective-C
#include <sys/bus.h>
|
|
#include <sys/fbio.h>
|
|
|
|
INTERFACE fb;
|
|
|
|
METHOD struct fb_info * getinfo {
|
|
device_t dev;
|
|
};
|