RTEMS CPU Kit with SuperCore  4.11.3
proc.h
Go to the documentation of this file.
1 /*
2  * Dummy structure
3  */
4 struct proc {
5  int this_should_never_be_referenced;
6 };
Definition: proc.h:5