forked from Imagelibrary/rtems
9 lines
93 B
C
9 lines
93 B
C
/*
|
|
* Dummy structure
|
|
*
|
|
* $Id$
|
|
*/
|
|
struct proc {
|
|
int this_should_never_be_referenced;
|
|
};
|