Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/networking/udhcp/common.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 816 - (show annotations) (download)
Fri Apr 24 18:33:46 2009 UTC (15 years, 1 month ago) by niro
File MIME type: text/plain
File size: 228 byte(s)
-updated to busybox-1.13.4
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
7 #include "common.h"
8
9 const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = {
10 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
11 };