blob: 4de29f258cce6b19aba1d67ffce2d32144be0034 [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
Denys Vlasenko6947d2c2009-06-17 13:24:03 +02009unsigned dhcp_verbose;
Denys Vlasenkoac906fa2009-06-17 11:54:52 +020010#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};