source: trunk/IPs/systemC/Environment/Data/include/Type_target.h @ 88

Last change on this file since 88 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: 299 bytes
Line 
1#ifndef ENVIRONMENT_DATA_TYPE_TARGET_H
2#define ENVIRONMENT_DATA_TYPE_TARGET_H
3
4namespace environment {
5namespace data {
6
7  typedef enum 
8    {
9      TYPE_TARGET_MEMORY      ,
10      TYPE_TARGET_TTY         ,
11      TYPE_TARGET_RAMLOCK     ,
12      TYPE_TARGET_SIM2OS
13    } type_target_t;
14
15};
16};
17#endif
Note: See TracBrowser for help on using the repository browser.