Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4557 → Rev 4558

/branches/network/uspace/srv/net/il/arp/arp.h
43,6 → 43,7
#include <ipc/services.h>
 
#include "../../include/device.h"
#include "../../include/hardware.h"
 
#include "../../structures/generic_char_map.h"
#include "../../structures/int_map.h"
100,7 → 101,7
device_id_t device_id;
/** Hardware type.
*/
ipcarg_t hardware;
hw_type_t hardware;
/** Reserved packet prefix length.
*/
size_t prefix;