Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4724 → Rev 4725

/branches/network/uspace/srv/net/include/device.h
39,7 → 39,12
 
#include "../structures/int_map.h"
 
#define DEVICE_MAP_DECLARE INT_MAP_DECLARE
/** Device identifier to generic type map declaration.
*/
#define DEVICE_MAP_DECLARE INT_MAP_DECLARE
 
/** Device identifier to generic type map implementation.
*/
#define DEVICE_MAP_IMPLEMENT INT_MAP_IMPLEMENT
 
/** Device identifier type.