From 700b0dc5148d0170c9223765d208ccef447242df Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 21 Sep 2004 18:10:34 +0000 Subject: Convert the ATI drivers to ANSI function prototypes. --- src/atimach64io.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/atimach64io.h') diff --git a/src/atimach64io.h b/src/atimach64io.h index 01cb32d1..9dbf244f 100644 --- a/src/atimach64io.h +++ b/src/atimach64io.h @@ -145,7 +145,7 @@ #endif /* AVOID_CPIO */ -extern void ATIMach64PollEngineStatus FunctionPrototype((ATIPtr)); +extern void ATIMach64PollEngineStatus(ATIPtr); /* * MMIO cache definitions. @@ -303,8 +303,7 @@ do } \ } while (0) -extern void ATIMach64AccessPLLReg FunctionPrototype((ATIPtr, const CARD8, - const Bool)); +extern void ATIMach64AccessPLLReg(ATIPtr, const CARD8, const Bool); #define ATIMach64GetPLLReg(_Index) \ ( \ -- cgit v1.2.3