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 582a9f0d2e
commit 8562f800b8
7 changed files with 31 additions and 7 deletions

View File

@ -18,7 +18,7 @@ static XF86ModuleVersionInfo bt829VersRec =
{0,0,0,0}
};
XF86ModuleData bt829ModuleData = { &bt829VersRec, bt829Setup, NULL };
_X_EXPORT XF86ModuleData bt829ModuleData = { &bt829VersRec, bt829Setup, NULL };
static pointer
bt829Setup(pointer module, pointer opts, int *errmaj, int *errmin) {

View File

@ -18,7 +18,11 @@ static XF86ModuleVersionInfo fi1236VersRec =
{0,0,0,0}
};
XF86ModuleData fi1236ModuleData = { &fi1236VersRec, fi1236Setup, NULL };
_X_EXPORT XF86ModuleData fi1236ModuleData = {
&fi1236VersRec,
fi1236Setup,
NULL
};
static pointer
fi1236Setup(pointer module, pointer opts, int *errmaj, int *errmin) {

View File

@ -18,7 +18,11 @@ static XF86ModuleVersionInfo msp3430VersRec =
{0,0,0,0}
};
XF86ModuleData msp3430ModuleData = { &msp3430VersRec, msp3430Setup, NULL };
_X_EXPORT XF86ModuleData msp3430ModuleData = {
&msp3430VersRec,
msp3430Setup,
NULL
};
static pointer
msp3430Setup(pointer module, pointer opts, int *errmaj, int *errmin) {

View File

@ -18,7 +18,11 @@ static XF86ModuleVersionInfo tda8425VersRec =
{0,0,0,0}
};
XF86ModuleData tda8425ModuleData = { &tda8425VersRec, tda8425Setup, NULL };
_X_EXPORT XF86ModuleData tda8425ModuleData = {
&tda8425VersRec,
tda8425Setup,
NULL
};
static pointer
tda8425Setup(pointer module, pointer opts, int *errmaj, int *errmin) {

View File

@ -18,7 +18,11 @@ static XF86ModuleVersionInfo tda9850VersRec =
{0,0,0,0}
};
XF86ModuleData tda9850ModuleData = { &tda9850VersRec, tda9850Setup, NULL };
_X_EXPORT XF86ModuleData tda9850ModuleData = {
&tda9850VersRec,
tda9850Setup,
NULL
};
static pointer
tda9850Setup(pointer module, pointer opts, int *errmaj, int *errmin) {

View File

@ -18,7 +18,11 @@ static XF86ModuleVersionInfo tda9885VersRec =
{0,0,0,0}
};
XF86ModuleData tda9885ModuleData = { &tda9885VersRec, tda9885Setup, NULL };
_X_EXPORT XF86ModuleData tda9885ModuleData = {
&tda9885VersRec,
tda9885Setup,
NULL
};
static pointer
tda9885Setup(pointer module, pointer opts, int *errmaj, int *errmin) {

View File

@ -18,7 +18,11 @@ static XF86ModuleVersionInfo uda1380VersRec =
{0,0,0,0}
};
XF86ModuleData uda1380ModuleData = { &uda1380VersRec, uda1380Setup, NULL };
_X_EXPORT XF86ModuleData uda1380ModuleData = {
&uda1380VersRec,
uda1380Setup,
NULL
};
static pointer
uda1380Setup(pointer module, pointer opts, int *errmaj, int *errmin) {