/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
11
12
13
#ifndef _MRSES_SPU_H
#define _MRSES_SPU_H

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

#include "mrses_impl.h"

int mrses_spu_run(HWThread thr, spe_context_ptr_t hwctx, int block, MRSESContext mrses);
int mrses_spu_iterate(HWThread thr, spe_context_ptr_t hwctx, int block_group, MRSESContext mrses);

#endif /* _MRSES_SPU_H */