forked from KolibriOS/kolibrios
a03882245a
git-svn-id: svn://kolibrios.org@8327 a494cfbc-eb01-0410-851d-a64ba20cac60
20 lines
212 B
C
Executable File
20 lines
212 B
C
Executable File
#ifndef _PXA255_DSP_H_
|
|
#define _PXA255_DSP_H_
|
|
|
|
#include "mem.h"
|
|
#include "cpu.h"
|
|
|
|
|
|
|
|
typedef struct{
|
|
|
|
UInt64 acc0;
|
|
|
|
}Pxa255dsp;
|
|
|
|
|
|
|
|
Boolean pxa255dspInit(Pxa255dsp* dsp, ArmCpu* cpu);
|
|
|
|
|
|
#endif |