NetBSD/sys/arch/i386/bios/vesabios.h

10 lines
185 B
C
Raw Normal View History

/* $NetBSD: vesabios.h,v 1.4 2005/06/01 16:49:14 drochner Exp $ */
2005-02-03 23:24:25 +03:00
int vbeprobe(void);
struct vesabiosdev_attach_args {
const char *vbaa_type;
int *vbaa_modes;
int vbaa_nmodes;
};