summaryrefslogtreecommitdiff
path: root/include/iscsi_net_util.h
blob: 304214d8c47ee62ee632683290d05b3ddb242855 (plain)
1
2
3
4
5
6
7
8
#ifndef __ISCSI_NET_UTIL_h__
#define __ISCSI_NET_UTIL_h__

#define ISCSI_HWADDRESS_BUF_SIZE 18

extern int net_get_dev_from_hwaddress(char *hwaddress, char *netdev);

#endif