mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 00:59:55 +08:00
9 lines
93 B
C
9 lines
93 B
C
/*
|
|
* Dummy structure
|
|
*
|
|
* $Id$
|
|
*/
|
|
struct proc {
|
|
int this_should_never_be_referenced;
|
|
};
|