summaryrefslogtreecommitdiff
path: root/driver_ndis.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_ndis.c')
-rw-r--r--driver_ndis.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver_ndis.c b/driver_ndis.c
index 570b4ca1a1838..de3430631177d 100644
--- a/driver_ndis.c
+++ b/driver_ndis.c
@@ -42,7 +42,9 @@ int close(int fd);
#include "driver_ndis.h"
int wpa_driver_register_event_cb(struct wpa_driver_ndis_data *drv);
+#ifdef CONFIG_NDIS_EVENTS_INTEGRATED
void wpa_driver_ndis_event_pipe_cb(void *eloop_data, void *user_data);
+#endif /* CONFIG_NDIS_EVENTS_INTEGRATED */
static void wpa_driver_ndis_deinit(void *priv);
static void wpa_driver_ndis_poll(void *drv);