瀏覽代碼

include/starpu_bitmap.h: add missing starpu_bitmap_has_next() function prototype

Nathalie Furmento 11 年之前
父節點
當前提交
e1166e9eb0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/starpu_bitmap.h

+ 2 - 0
include/starpu_bitmap.h

@@ -44,4 +44,6 @@ int starpu_bitmap_first(struct starpu_bitmap *);
 int starpu_bitmap_last(struct starpu_bitmap *);
 //return the index of bit right after e, -1 if none
 int starpu_bitmap_next(struct starpu_bitmap *, int e);
+int starpu_bitmap_has_next(struct starpu_bitmap * b, int e);
+
 #endif