From a80ae4a0353fce94df700ec84222d3c56c3d813a Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 23 Sep 2011 19:29:03 +0300 Subject: support armv5 build --- frontend/cspace.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontend/cspace.h (limited to 'frontend/cspace.h') diff --git a/frontend/cspace.h b/frontend/cspace.h new file mode 100644 index 0000000..644143b --- /dev/null +++ b/frontend/cspace.h @@ -0,0 +1,12 @@ +#ifdef __cplusplus +extern "C" +{ +#endif + +void bgr555_to_rgb565(void *dst, const void *src, int bytes); +void bgr888_to_rgb888(void *dst, const void *src, int bytes); +void bgr888_to_rgb565(void *dst, const void *src, int bytes); + +#ifdef __cplusplus +} +#endif -- cgit v1.2.3