missing file

This commit is contained in:
Vítor Santos Costa 2013-10-09 14:59:57 +01:00
parent e41851e9d9
commit d02842c9ff
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@ typedef struct Nodo{
typedef gpunode predicate;
#define SBG_EQ (-1)
#define SBG_GT (-2)
#define SBG_LT (-3)
#define SBG_GE (-4)
#define SBG_LE (-5)
#define SBG_DF (-6)
int Cuda_Eval(predicate**, int, predicate**, int, predicate*, int**);
#endif