/ani/mrses

To get this branch, use:
bzr branch http://darksoft.org/webbzr/ani/mrses
1 by Suren A. Chilingaryan
Initial import
1
#ifndef _MRSES_SPU_H
2
#define _MRSES_SPU_H
3
4
#include "mrses_spe.h"
5
#include "mrses.h"
6
#include "hw_thread.h"
7
8
#include "mrses_impl.h"
9
10
int mrses_spu_run(HWThread thr, spe_context_ptr_t hwctx, int block, MRSESContext mrses);
11
int mrses_spu_iterate(HWThread thr, spe_context_ptr_t hwctx, int block_group, MRSESContext mrses);
12
13
#endif /* _MRSES_SPU_H */