Subversion Repositories Kolibri OS

Rev

Rev 8327 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8327 maxcodehac 1
#ifndef _PXA255_DSP_H_
2
#define _PXA255_DSP_H_
3
 
4
#include "mem.h"
8331 maxcodehac 5
#include "CPU.h"
8327 maxcodehac 6
 
7
 
8
 
9
typedef struct{
10
 
11
	UInt64 acc0;
12
 
13
}Pxa255dsp;
14
 
15
 
16
 
17
Boolean pxa255dspInit(Pxa255dsp* dsp, ArmCpu* cpu);
18
 
19
 
8331 maxcodehac 20
#endif