summaryrefslogtreecommitdiff
path: root/src/atidac.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-09-21 18:10:34 +0000
committerAdam Jackson <ajax@nwnk.net>2004-09-21 18:10:34 +0000
commit700b0dc5148d0170c9223765d208ccef447242df (patch)
treedbf30c806c713c0b813fdc74ace9777ea4b0bbc4 /src/atidac.h
parent17e5f3c1169066be1004306d12b5398cf01cbd35 (diff)
Convert the ATI drivers to ANSI function prototypes.
Diffstat (limited to 'src/atidac.h')
-rw-r--r--src/atidac.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/atidac.h b/src/atidac.h
index fc3b758..e2f7b89 100644
--- a/src/atidac.h
+++ b/src/atidac.h
@@ -1,6 +1,6 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atidac.h,v 1.15 2003/01/01 19:16:31 tsi Exp $ */
/*
- * Copyright 1997 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
+ * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
@@ -32,7 +32,6 @@
#include "aticrtc.h"
#include "atipriv.h"
-#include "atiproto.h"
#include "xf86str.h"
@@ -86,18 +85,16 @@ extern const SymTabRec ATIDACDescriptors[];
(void)inb(pATI->CPIO_DAC_WAIT); \
} while (0)
- extern void ATISetDACIOPorts FunctionPrototype((ATIPtr, ATICRTCType));
+ extern void ATISetDACIOPorts(ATIPtr, ATICRTCType);
#endif /* AVOID_CPIO */
-extern CARD8 ATIGetDACCmdReg FunctionPrototype((ATIPtr));
+extern CARD8 ATIGetDACCmdReg(ATIPtr);
-extern void ATIDACPreInit FunctionPrototype((ScrnInfoPtr, ATIPtr,
- ATIHWPtr));
-extern void ATIDACSave FunctionPrototype((ATIPtr, ATIHWPtr));
-extern void ATIDACSet FunctionPrototype((ATIPtr, ATIHWPtr));
+extern void ATIDACPreInit(ScrnInfoPtr, ATIPtr, ATIHWPtr);
+extern void ATIDACSave(ATIPtr, ATIHWPtr);
+extern void ATIDACSet(ATIPtr, ATIHWPtr);
-extern void ATILoadPalette FunctionPrototype((ScrnInfoPtr, int, int *,
- LOCO *, VisualPtr));
+extern void ATILoadPalette(ScrnInfoPtr, int, int *, LOCO *, VisualPtr);
#endif /* ___ATIDAC_H___ */