comparison dependency.h @ 50:5c59bfe62d92

handler interface for counters... not working
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Fri, 13 Jan 2012 15:03:20 +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);