source: trunk/IPs/systemC/hierarchy_memory/sim2os/service.h @ 2

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

Import Morpheo

File size: 400 bytes
Line 
1#ifndef SERVICE_H
2#define SERVICE_H
3
4// namespace hierarchy_memory
5// {
6//   namespace sim2os
7//   {
8
9    typedef enum 
10      {
11        SERVICE_OPEN          ,
12        SERVICE_CLOSE         ,
13        SERVICE_READ          ,
14        SERVICE_WRITE         ,
15        SERVICE_TIME          ,
16        SERVICE_CLOCK         ,
17        SERVICE_LSEEK         ,
18        SERVICE_UNDEFINED     ,
19        SERVICE_UNIMPLEMENTED
20      } service_t;
21
22//   };};
23#endif //SERVICE_H
Note: See TracBrowser for help on using the repository browser.