4 tsi 1.1 *
5 * Permission to use, copy, modify, distribute, and sell this software and its
6 * documentation for any purpose is hereby granted without fee, provided that
7 * the above copyright notice appear in all copies and that both that copyright
8 * notice and this permission notice appear in supporting documentation, and
9 * that the name of Marc Aurele La France not be used in advertising or
10 * publicity pertaining to distribution of the software without specific,
11 * written prior permission. Marc Aurele La France makes no representations
12 * about the suitability of this software for any purpose. It is provided
13 * "as-is" without express or implied warranty.
14 *
15 * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
16 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
17 * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
19 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21 * PERFORMANCE OF THIS SOFTWARE.
22 */
23
24 #ifndef ___ATIMACH64ACCEL_H___
25 tsi 1.1 #define ___ATIMACH64ACCEL_H___ 1
26
27 #include "atipriv.h"
28 #include "atiproto.h"
29
30 #include "xaa.h"
31
32 #define ATIMach64MaxX 8191
33 #define ATIMach64MaxY 32767
34
35 extern int ATIMach64AccelInit FunctionPrototype((ATIPtr, XAAInfoRecPtr));
36 extern void ATIMach64Sync FunctionPrototype((ScrnInfoPtr));
37
38 #endif /* ___ATIMACH64ACCEL_H___ */
|