/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_SPE_H
#define _MRSES_SPE_H

#include "mrses_impl.h"

struct SPUParametersT {
    int block_group;
    MRSESContext mrses;
//    HWThread thr;
};
typedef struct SPUParametersT SPUParameters;

#endif /* _MRSES_SPE_H */