mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 19:00:11 +01:00
10 lines
317 B
C
10 lines
317 B
C
// SPDX-License-Identifier: GPL-2.0+
|
|
/* (C) Copyright 2011 Red Hat, Inc.
|
|
*/
|
|
|
|
#ifndef __NETWORKMANAGER_DEVICE_ETHERNET_UTILS_H__
|
|
#define __NETWORKMANAGER_DEVICE_ETHERNET_UTILS_H__
|
|
|
|
char *nm_device_ethernet_utils_get_default_wired_name (GHashTable *existing_ids);
|
|
|
|
#endif /* NETWORKMANAGER_DEVICE_ETHERNET_UTILS_H */
|