Commit 4d18c530 authored by Adam Jackson's avatar Adam Jackson
Browse files

Bug #3626: _X_EXPORT tags for video and input drivers.

parent 82ab7895
...@@ -83,7 +83,7 @@ static int pix24bpp = 0; ...@@ -83,7 +83,7 @@ static int pix24bpp = 0;
#define FBDEV_MAJOR_VERSION 0 #define FBDEV_MAJOR_VERSION 0
#define FBDEV_MINOR_VERSION 1 #define FBDEV_MINOR_VERSION 1
DriverRec FBDEV = { _X_EXPORT DriverRec FBDEV = {
VERSION, VERSION,
FBDEV_DRIVER_NAME, FBDEV_DRIVER_NAME,
#if 0 #if 0
...@@ -202,7 +202,7 @@ static XF86ModuleVersionInfo FBDevVersRec = ...@@ -202,7 +202,7 @@ static XF86ModuleVersionInfo FBDevVersRec =
{0,0,0,0} {0,0,0,0}
}; };
XF86ModuleData fbdevModuleData = { &FBDevVersRec, FBDevSetup, NULL }; _X_EXPORT XF86ModuleData fbdevModuleData = { &FBDevVersRec, FBDevSetup, NULL };
pointer pointer
FBDevSetup(pointer module, pointer opts, int *errmaj, int *errmin) FBDevSetup(pointer module, pointer opts, int *errmaj, int *errmin)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment