mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
9 lines
93 B
C
9 lines
93 B
C
/*
|
|
* Dummy structure
|
|
*
|
|
* $Id$
|
|
*/
|
|
struct proc {
|
|
int this_should_never_be_referenced;
|
|
};
|