Last change
on this file since 94 was
81,
checked in by rosiere, 17 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 | |
---|
4 | typedef 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.