/ani/mrses

To get this branch, use:
bzr branch http://suren.me/webbzr/ani/mrses
1 by Suren A. Chilingaryan
Initial import
1
#ifndef _MRSES_PPU_H
2
#define _MRSES_PPU_H
3
4
#include "mrses.h"
5
#include "hw_thread.h"
6
7
int mrses_ppu_run(HWThread thr, void *hwctx, int block, MRSESContext mrses);
8
int mrses_ppu_iterate(HWThread thr, void *hwctx, int block_group, MRSESContext mrses);
9
10
#endif /* _MRSES_PPU_H */