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

This commit is contained in:
Adam Jackson 2005-06-25 21:16:54 +00:00
parent a467602c6c
commit 7b856f1c89

View File

@ -101,7 +101,7 @@ static int pix24bpp = 0;
* an upper-case version of the driver name. * an upper-case version of the driver name.
*/ */
DriverRec DUMMY = { _X_EXPORT DriverRec DUMMY = {
VERSION, VERSION,
DUMMY_DRIVER_NAME, DUMMY_DRIVER_NAME,
DUMMYIdentify, DUMMYIdentify,
@ -172,7 +172,7 @@ static XF86ModuleVersionInfo dummyVersRec =
* This is the module init data. * This is the module init data.
* Its name has to be the driver name followed by ModuleData * Its name has to be the driver name followed by ModuleData
*/ */
XF86ModuleData dummyModuleData = { &dummyVersRec, dummySetup, NULL }; _X_EXPORT XF86ModuleData dummyModuleData = { &dummyVersRec, dummySetup, NULL };
static pointer static pointer
dummySetup(pointer module, pointer opts, int *errmaj, int *errmin) dummySetup(pointer module, pointer opts, int *errmaj, int *errmin)