source: trunk/IPs/systemC/hierarchy_memory/data/type_target.h @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
File size: 290 bytes
Line 
1#ifndef TYPE_TARGET_H
2#define TYPE_TARGET_H
3
4namespace hierarchy_memory {
5namespace data             {
6 
7  typedef enum 
8    {
9      TYPE_MEMORY      ,
10      TYPE_TTY         ,
11      TYPE_RAMLOCK     ,
12      TYPE_SIM2OS
13    } type_target_t;
14 
15};}; //end namespace
16#endif //!TYPE_TARGET_H
Note: See TracBrowser for help on using the repository browser.