URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libnetworking/] [sys/] [proc.h] - Rev 389
Go to most recent revision | Compare with Previous | Blame | View Log
/* * Dummy structure * * $Id: proc.h,v 1.2 2001-09-27 12:02:00 chris Exp $ */ struct proc { int this_should_never_be_referenced; };
Go to most recent revision | Compare with Previous | Blame | View Log