mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
16 lines
304 B
C
16 lines
304 B
C
/*
|
|
* webrom.c -- Compiled Web Pages
|
|
*
|
|
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
|
|
*
|
|
* See the file "license.txt" for usage and redistribution license requirements
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
#include "wsIntrn.h"
|
|
|
|
websRomPageIndexType websRomPageIndex[] = {
|
|
{ NULL, NULL, 0, 0 },
|
|
};
|