blob: c44f38239fe3bf7f3f98380fa600d45842381ceb [file] [log] [blame]
Mike Frysinger7031f622006-05-08 03:20:50 +00001/* vi: set sw=4 ts=4: */
2/* common.c
3 *
Mike Frysinger7031f622006-05-08 03:20:50 +00004 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
5 */
Mike Frysinger7031f622006-05-08 03:20:50 +00006#include "common.h"
Mike Frysinger7031f622006-05-08 03:20:50 +00007
Denys Vlasenkoac906fa2009-06-17 11:54:52 +02008#if defined CONFIG_UDHCP_DEBUG && CONFIG_UDHCP_DEBUG >= 1
9int dhcp_verbose;
10#endif
11
Denis Vlasenko6ca409e2007-08-12 20:58:27 +000012const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = {
13 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
14};