Home
last modified time | relevance | path

Searched defs:sunfb (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/arch/sparc/include/
Dfbvar.h48 struct sunfb { struct
49 struct device sf_dev; /* base device */
51 int sf_width;
52 int sf_height;
53 int sf_depth;
77 void fb_setsize(struct sunfb*, int, int, int, int, int); argument