3
0

common.c 228 B

1234567891011
  1. /* vi: set sw=4 ts=4: */
  2. /* common.c
  3. *
  4. * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  5. */
  6. #include "common.h"
  7. const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = {
  8. 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
  9. };