source: trunk/IPs/systemC/Environment/Sim2OS/include/Service.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: 366 bytes
Line 
1#ifndef ENVIRONMENT_SIM2OS_SERVICE_H
2#define ENVIRONMENT_SIM2OS_SERVICE_H
3
4typedef enum 
5  {
6    SERVICE_OPEN          ,
7    SERVICE_CLOSE         ,
8    SERVICE_READ          ,
9    SERVICE_WRITE         ,
10    SERVICE_TIME          ,
11    SERVICE_CLOCK         ,
12    SERVICE_LSEEK         ,
13    SERVICE_UNDEFINED     ,
14    SERVICE_UNIMPLEMENTED
15  } service_t;
16
17#endif
Note: See TracBrowser for help on using the repository browser.