diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-29 19:56:26 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-29 19:56:26 -0700 |
commit | 20e5b57ca3186dd58f88bc663e410aeea638100f (patch) | |
tree | 654f4f3868d2a76c9a04e4c6a86ff1db166bbf8b | |
parent | d76eda9d1c6456ece6b5e2a6b8a772293e10beb6 (diff) |
Add missing prototypes to silence warnings
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | src/ffb_accel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ffb_accel.c b/src/ffb_accel.c index ccae276..6ea4dd2 100644 --- a/src/ffb_accel.c +++ b/src/ffb_accel.c @@ -43,6 +43,10 @@ #include "ffb_loops.h" #include "ffb_regs.h" +/* VISmoveImage.s */ +extern void VISmoveImageRL(unsigned char *src, unsigned char *dst, long w, long h, long skind, long dkind); +extern void VISmoveImageLR(unsigned char *src, unsigned char *dst, long w, long h, long skind, long dkind); + /* Indexed by ffb resolution enum. */ struct fastfill_parms ffb_fastfill_parms[] = { /* fsmall, psmall, ffh, ffw, pfh, pfw */ |