Last change
on this file since 32 was
1,
checked in by buchmann, 17 years ago
|
Initial import from CVS repository
|
File size:
938 bytes
|
Line | |
---|
1 | /*------------------------------------------------------------\ |
---|
2 | | | |
---|
3 | | Tool : systemcass | |
---|
4 | | | |
---|
5 | | File : mouchard_scheduling.h | |
---|
6 | | | |
---|
7 | | Author : Buchmann Richard | |
---|
8 | | | |
---|
9 | | Date : 20_12_2006 | |
---|
10 | | | |
---|
11 | \------------------------------------------------------------*/ |
---|
12 | #ifndef MOUCHARD_SCHEDULING_H |
---|
13 | #define MOUCHARD_SCHEDULING_H |
---|
14 | |
---|
15 | #include "process_dependency.h" |
---|
16 | |
---|
17 | namespace sc_core { |
---|
18 | |
---|
19 | ProcessDependencyList* MakeMouchardScheduling (const SignalDependencyGraph &); |
---|
20 | |
---|
21 | } // end of sc_core namespace |
---|
22 | |
---|
23 | #endif |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.