Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4755 → Rev 4756

/branches/network/uspace/srv/net/structures/generic_char_map.h
50,8 → 50,8
#define GENERIC_CHAR_MAP_MAGIC_VALUE 0x12345622
 
/** Character string to generic type map declaration.
* @param name Name of the map. Input parameter.
* @param type Inner object type. Input parameter
* @param[in] name Name of the map.
* @param[in] type Inner object type.
*/
#define GENERIC_CHAR_MAP_DECLARE( name, type ) \
\
76,8 → 76,8
 
/** Character string to generic type map implementation.
* Should follow declaration with the same parameters.
* @param name Name of the map. Input parameter.
* @param type Inner object type. Input parameter
* @param[in] name Name of the map.
* @param[in] type Inner object type.
*/
#define GENERIC_CHAR_MAP_IMPLEMENT( name, type ) \
\