source: trunk/IPs/systemC/Environment/Sim2OS/include/Service_conversion.h @ 138

Last change on this file since 138 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: 261 bytes
Line 
1#ifndef ENVIRONMENT_SIM2OS_SERVICE_CONVERSION_H
2#define ENVIRONMENT_SIM2OS_SERVICE_CONVERSION_H
3
4#include "Service.h"
5
6namespace environment {
7namespace sim2os {
8
9  int       service2int (service_t num_service);
10  service_t int2service (int val);
11
12};
13};
14#endif
Note: See TracBrowser for help on using the repository browser.