summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform-utils.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-05-02 07:59:59 +0200
committerThomas Haller <thaller@redhat.com>2015-06-05 16:52:50 +0200
commit77a3767d1e7f99a4f59d292eeab9363687697606 (patch)
treebb1e9463afbeec083bf72005234725f97b2179f5 /src/platform/nm-platform-utils.h
parentce700d94f54eae64d0f3aac0c6ef50a051dd9a2b (diff)
downloadNetworkManager-77a3767d1e7f99a4f59d292eeab9363687697606.tar.gz
platform: move code udev_get_driver() to nmp_utils_udev_get_driver()
Diffstat (limited to 'src/platform/nm-platform-utils.h')
-rw-r--r--src/platform/nm-platform-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/platform/nm-platform-utils.h b/src/platform/nm-platform-utils.h
index a6da1a8934..76f285d7d0 100644
--- a/src/platform/nm-platform-utils.h
+++ b/src/platform/nm-platform-utils.h
@@ -23,7 +23,12 @@
#include "config.h"
+#include <gudev/gudev.h>
+
#include "nm-platform.h"
+const char *nmp_utils_udev_get_driver (GUdevDevice *device);
+
+
#endif /* __NM_PLATFORM_UTILS_H__ */