source: trunk/IPs/systemC/Environment/Sim2OS/src/Sim2OS_reset.cpp @ 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: 123 bytes
Line 
1#include "../include/Sim2OS.h"
2
3namespace environment {
4namespace sim2os {
5
6  void Sim2OS::reset (void)
7    {
8    }
9
10};
11};
Note: See TracBrowser for help on using the repository browser.