summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/rtems_webserver/webrom.c
blob: 61d795949e814493941db4d5ff1c9382e0621725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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
 */

#include "wsIntrn.h"

websRomPageIndexType websRomPageIndex[] = {
  { 0, 0, 0 },
};