diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-03-25 19:52:05 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-03-25 19:52:05 +0000 |
commit | a68c11bb1d7c5419004a1714e49dffac57304e78 (patch) | |
tree | 50456439939c03c57d422cfc9e3f3755fa2ae006 /hw/xfree86/os-support/sco/sco_iop.c | |
parent | ae935832facfa81a9689882406ecca74b0346790 (diff) |
Mark everything in xf86sym.c as _X_EXPORT.
Diffstat (limited to 'hw/xfree86/os-support/sco/sco_iop.c')
-rw-r--r-- | hw/xfree86/os-support/sco/sco_iop.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/xfree86/os-support/sco/sco_iop.c b/hw/xfree86/os-support/sco/sco_iop.c index 35d48e04a..4870266d8 100644 --- a/hw/xfree86/os-support/sco/sco_iop.c +++ b/hw/xfree86/os-support/sco/sco_iop.c @@ -66,7 +66,7 @@ extern long sysi86 (int cmd, ...); static Bool IOEnabled = FALSE; -Bool +_X_EXPORT Bool xf86EnableIO(void) { if (IOEnabled) @@ -81,7 +81,7 @@ xf86EnableIO(void) return TRUE; } -void +_X_EXPORT void xf86DisableIO(void) { if (!IOEnabled) @@ -95,7 +95,7 @@ xf86DisableIO(void) /* Interrupt Handling section */ /***************************************************************************/ -Bool +_X_EXPORT Bool xf86DisableInterrupts(void) { if (!IOEnabled) { @@ -116,7 +116,7 @@ xf86DisableInterrupts(void) return(TRUE); } -void +_X_EXPORT void xf86EnableInterrupts(void) { if (!IOEnabled) { |