/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_spe.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_SPE_H
 
2
#define _MRSES_SPE_H
 
3
 
 
4
#include "mrses_impl.h"
 
5
 
 
6
struct SPUParametersT {
 
7
    int block_group;
 
8
    MRSESContext mrses;
 
9
//    HWThread thr;
 
10
};
 
11
typedef struct SPUParametersT SPUParameters;
 
12
 
 
13
#endif /* _MRSES_SPE_H */