URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [net/] [khttpd/] [security.h] - Rev 1765
Compare with Previous | Blame | View Log
#ifndef _INCLUDE_GUARD_SECURITY_H #define _INCLUDE_GUARD_SECURITY_H struct DynamicString; struct DynamicString { struct DynamicString* Next; char value[32-sizeof(void*)]; /* fill 1 cache-line */ }; #endif