diff options
| author | Thomas Haller <thaller@redhat.com> | 2015-05-02 07:59:59 +0200 |
|---|---|---|
| committer | Thomas Haller <thaller@redhat.com> | 2015-06-05 16:52:50 +0200 |
| commit | 77a3767d1e7f99a4f59d292eeab9363687697606 (patch) | |
| tree | bb1e9463afbeec083bf72005234725f97b2179f5 /src/platform/nm-platform-utils.h | |
| parent | ce700d94f54eae64d0f3aac0c6ef50a051dd9a2b (diff) | |
| download | NetworkManager-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.h | 5 |
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__ */ |
