OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [net/] [khttpd/] [security.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#ifndef _INCLUDE_GUARD_SECURITY_H
2
#define _INCLUDE_GUARD_SECURITY_H
3
 
4
struct DynamicString;
5
 
6
struct DynamicString
7
{
8
        struct DynamicString* Next;
9
        char value[32-sizeof(void*)];  /* fill 1 cache-line */
10
};
11
 
12
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.