source: soft/giet_vm/libs/utils.h @ 200

Last change on this file since 200 was 200, checked in by karaoui, 12 years ago

+ removing some bugs from:

  • xml_parser.c: check that strcmp == 0 for coproc direction
  • mwmr_channel.c: mwmr->ptr to ptr.
  • utils.h double definition of memcpy fonction.

+ mapping_info.h : naming the enums
+ boot_init.c: changing the order of initialisation in order

to initialise the coproc with the mwmr channel values( depth, width...).
Note that the vobjs are now physically initialised.

+ mwmr_channel.h: changing the order argument definition to suit vci_mwmr_channel Soclib componnent.
+ hwr_mapping.h: adding the register description of the vci_mwmr_controller .

File size: 434 bytes
Line 
1//////////////////////////////////////////////////////////////////////////////////
2// File     : utils.h         
3// Date     : 01/08/2012
4// Author   : alain greiner mohamed karaoui
5// Copyright (c) UPMC-LIP6
6///////////////////////////////////////////////////////////////////////////////////
7
8#ifndef _UTILS_H
9#define _UTILS_H
10
11void*   memcpy( void*                   dst,
12                void*                   src,
13                unsigned int    size ); 
14
15#endif
16
Note: See TracBrowser for help on using the repository browser.