diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-21 18:10:34 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-21 18:10:34 +0000 |
commit | 700b0dc5148d0170c9223765d208ccef447242df (patch) | |
tree | dbf30c806c713c0b813fdc74ace9777ea4b0bbc4 /src/atimach64io.h | |
parent | 17e5f3c1169066be1004306d12b5398cf01cbd35 (diff) |
Convert the ATI drivers to ANSI function prototypes.
Diffstat (limited to 'src/atimach64io.h')
-rw-r--r-- | src/atimach64io.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/atimach64io.h b/src/atimach64io.h index 01cb32d..9dbf244 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) \ ( \ |