1 #ifndef HARDWARE_BLIT_H
2 #define HARDWARE_BLIT_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Amiga bit blitter
12 /* Note: bare support for needed stuff. This file needs to be completed! */
14 /* blitter minterms */
24 /* common minterm operations */
25 #define A_XOR_C NABC|ABNC|NANBC|ANBNC
37 /* cxref mixes up with the function pointers in the previous struct */
38 extern int __cxref_bug_blit
;
43 #endif /* HARDWARE_BLIT_H */