/ani/mrses

To get this branch, use:
bzr branch http://suren.me/webbzr/ani/mrses
1
2
3
4
5
6
7
8
9
10
#ifndef _MRSES_PPU_H
#define _MRSES_PPU_H

#include "mrses.h"
#include "hw_thread.h"

int mrses_ppu_run(HWThread thr, void *hwctx, int block, MRSESContext mrses);
int mrses_ppu_iterate(HWThread thr, void *hwctx, int block_group, MRSESContext mrses);

#endif /* _MRSES_PPU_H */