/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_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 */