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

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

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.