Ignore:
Timestamp:
Jun 24, 2014, 4:45:30 PM (10 years ago)
Author:
alain
Message:

Introducing in utils.c / utils.h a _physical_memcpy().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_common/utils.h

    r324 r344  
    120120extern void         _physical_write( unsigned long long paddr,
    121121                                     unsigned int       value );
     122
     123extern void         _physical_memcpy( unsigned long long dst_paddr,
     124                                      unsigned long long src_paddr,
     125                                      unsigned int       size );
    122126
    123127extern unsigned int _io_extended_read(  unsigned int* vaddr );
Note: See TracChangeset for help on using the changeset viewer.