213186e59500ccbe2c0117eae8c208c55c50e260
[picodrive.git] / platform / common / arm_utils.h
1 \r
2 void bgr444_to_rgb32(void *to, void *from, unsigned entries);\r
3 void bgr444_to_rgb32_sh(void *to, void *from);\r
4 \r
5 void vidcpy_8bit(void *dest, void *src, int x_y, int w_h);\r
6 void vidcpy_8bit_rot(void *dest, void *src, int x_y, int w_h);\r
7 \r
8 void spend_cycles(int c); // utility\r
9 \r
10 void rotated_blit8 (void *dst, void *linesx4, int y, int is_32col);\r
11 void rotated_blit16(void *dst, void *linesx4, int y, int is_32col);\r