3 * execute BIOS int 10h calls in x86 real mode environment
4 * Copyright 1999 Egbert Eich
6 #ifdef HAVE_XORG_CONFIG_H
7 #include <xorg-config.h>
13 #include "xf86int10.h"
16 # define MOD_NAME int10
19 #define stringify(x) #x
20 #define STRING(x) stringify(x)
21 #define concat(x,y) x ## y
22 #define combine(a,b) concat(a,b)
23 #define NAME(x) combine(MOD_NAME,x)
25 static MODULESETUPPROTO(NAME(Setup
));
27 static XF86ModuleVersionInfo
NAME(VersRec
) =
35 ABI_CLASS_VIDEODRV
, /* needs the video driver ABI */
41 _X_EXPORT XF86ModuleData
NAME(ModuleData
) = {
48 NAME(Setup
)(pointer module
, pointer opts
, int *errmaj
, int *errmin
)
50 static Bool setupDone
= FALSE
;
55 * Tell the loader about symbols from other modules that this module
60 * The return value must be non-NULL on success even though there