URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [libnetworking/] [rtems_webserver/] [webrom.c] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
/* * webrom.c -- Compiled Web Pages * * Copyright (c) Go Ahead Software Inc., 1995-1999. All Rights Reserved. * See the file "license.txt" for usage and redistribution license requirements */ #include "wsIntrn.h" websRomPageIndexType websRomPageIndex[] = { { 0, 0, 0 }, };
Go to most recent revision | Compare with Previous | Blame | View Log