Fix image processing resource problem for non high-density devices.

Protect include file.

Change-Id: I5c6721033b37e35261b9fe424d74d3aef0620791
This commit is contained in:
Jason Sams
2010-07-07 11:55:51 -07:00
parent 0b9a22cf78
commit 6c8c2f22e9
2 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@@ -1,3 +1,6 @@
#ifndef __RS_MATH_RSH__
#define __RS_MATH_RSH__
#include "rs_cl.rsh"
#include "rs_core.rsh"
@@ -52,4 +55,4 @@ extern void __attribute__((overloadable))rsForEach(rs_script, rs_allocation inpu
extern void __attribute__((overloadable))rsForEach(rs_script, rs_allocation input, int xStart, int yStart, int xEnd, int yEnd);
extern void __attribute__((overloadable))rsForEach(rs_script, rs_allocation input, rs_allocation output, int xStart, int yStart, int xEnd, int yEnd);
#endif