blob: a47bbafff806040989719c0c291da5e9a519c7a2 [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 */
6
Mike Frysinger7031f622006-05-08 03:20:50 +00007#include "common.h"
Mike Frysinger7031f622006-05-08 03:20:50 +00008
Denis Vlasenko6ca409e2007-08-12 20:58:27 +00009const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = {
10 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
11};