ports/devel/directfb/files/patch-gfxdrivers-davinci-davinci_c64x.c
Pav Lucistnik 4711ced926 - Update to 1.4.3
PR:		ports/146815
Submitted by:	Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
2010-06-03 08:00:30 +00:00

11 lines
352 B
C

--- gfxdrivers/davinci/davinci_c64x.c
+++ gfxdrivers/davinci/davinci_c64x.c
@@ -57,6 +57,8 @@
#define C64X_QLEN direct_page_align( sizeof(c64xTaskControl) )
#define C64X_MLEN direct_page_align( 0x2000000 )
+typedef unsigned long ulong;
+
__attribute__((noinline))
static void
davinci_c64x_queue_error( DavinciC64x *c64x, const char *msg )