diff options
Diffstat (limited to 'networking/udhcp/d6_common.h')
-rw-r--r-- | networking/udhcp/d6_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/networking/udhcp/d6_common.h b/networking/udhcp/d6_common.h index 4dd7e621e..eb211ea0f 100644 --- a/networking/udhcp/d6_common.h +++ b/networking/udhcp/d6_common.h | |||
@@ -115,7 +115,11 @@ int FAST_FUNC d6_send_kernel_packet( | |||
115 | struct in6_addr *dst_ipv6, int dest_port | 115 | struct in6_addr *dst_ipv6, int dest_port |
116 | ); | 116 | ); |
117 | 117 | ||
118 | #if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 2 | ||
118 | void FAST_FUNC d6_dump_packet(struct d6_packet *packet); | 119 | void FAST_FUNC d6_dump_packet(struct d6_packet *packet); |
120 | #else | ||
121 | # define d6_dump_packet(packet) ((void)0) | ||
122 | #endif | ||
119 | 123 | ||
120 | 124 | ||
121 | POP_SAVED_FUNCTION_VISIBILITY | 125 | POP_SAVED_FUNCTION_VISIBILITY |