Ignore:
Timestamp:
Aug 21, 2012, 9:30:46 AM (12 years ago)
Author:
karaoui
Message:

Avoid incremmentinting Pseg of "PERI" type, to permit multiple mapping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/memo/include/memo.h

    r187 r210  
    2525 *
    2626 */
    27 #ifndef SOCLIB_VLOADER_H_
    28 #define SOCLIB_VLOADER_H_
     27#ifndef _MEMO_H_
     28#define _MEMO_H_
    2929
    3030#include  <stdlib.h>
     
    5050
    5151#include "stdint.h"
     52#include "mapping_info.h"
    5253#include "pseg_handler.h"
    5354#include "path_handler.h"
    54 
    5555
    5656
     
    109109
    110110
    111 #endif /* SOCLIB_VLOADER_H_ */
     111#endif /* _MEMO_H_ */
    112112
    113113// Local Variables:
Note: See TracChangeset for help on using the changeset viewer.