diff options
Diffstat (limited to 'src/nm-device-private.h')
| -rw-r--r-- | src/nm-device-private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nm-device-private.h b/src/nm-device-private.h index 371f17f1..f4f968a9 100644 --- a/src/nm-device-private.h +++ b/src/nm-device-private.h @@ -42,4 +42,8 @@ void nm_device_handle_autoip4_event (NMDevice *self, gboolean nm_device_ip_config_should_fail (NMDevice *self, gboolean ip6); +gboolean nm_device_get_firmware_missing (NMDevice *self); + +void nm_device_set_firmware_missing (NMDevice *self, gboolean missing); + #endif /* NM_DEVICE_PRIVATE_H */ |