Subversion Repositories Kolibri OS

Rev

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

  1. #ifndef _PXA255_DSP_H_
  2. #define _PXA255_DSP_H_
  3.  
  4. #include "mem.h"
  5. #include "CPU.h"
  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.  
  20. #endif
  21.