summaryrefslogtreecommitdiff
path: root/src/atibank.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atibank.h')
-rw-r--r--src/atibank.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/atibank.h b/src/atibank.h
index 43a91ac..559ce19 100644
--- a/src/atibank.h
+++ b/src/atibank.h
@@ -1,6 +1,6 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atibank.h,v 1.8 2003/01/01 19:16:30 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
@@ -25,7 +25,6 @@
#define ___ATIBANK_H___ 1
#include "atipriv.h"
-#include "atiproto.h"
#include "mibank.h"
@@ -74,7 +73,7 @@ extern miBankProc ATIMach64SetReadPlanar,
* used before ATIScreenInit() is called.
*/
-typedef void ATIBankProc FunctionPrototype((ATIPtr, unsigned int));
+typedef void ATIBankProc(ATIPtr, unsigned int);
typedef ATIBankProc *ATIBankProcPtr;
extern ATIBankProc ATIV3SetBank,