/ani/mrses

To get this branch, use:
bzr branch http://suren.me/webbzr/ani/mrses

« back to all changes in this revision

Viewing changes to cell/mrses_spu.h

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-28 04:30:08 UTC
  • Revision ID: csa@dside.dyndns.org-20100428043008-vd9z0nso9axezvlp
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */