comparison dependency.h @ 49:70d24e2343bb

add loopgraph recording (\! changed scheduler fn prototype \!)
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 04 Jan 2012 16:39:35 +0100
parents 593fe0543a22
children 6b723b55b9a0
comparison
equal deleted inserted replaced
3:c754ed737d33 4:257597d86efb
40 40
41 void print_ctl_dependency_to_file(void* _dep); 41 void print_ctl_dependency_to_file(void* _dep);
42 42
43 void print_comm_dependency_to_file(void* _dep); 43 void print_comm_dependency_to_file(void* _dep);
44 44
45 void print_dyn_dependency_to_file(void* _dep);
46
47 void print_hw_dependency_to_file(void* _dep);
48
45 void print_dependency_to_file(void* dep); 49 void print_dependency_to_file(void* dep);
46 50
47 void print_unit_to_file(void* unit); 51 void print_unit_to_file(void* unit);
48 52
49 void print_nton_to_file(void* _nton); 53 void print_nton_to_file(void* _nton);