From 9e9677b4f06bb412410f7132a6873e58615b1a29 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 23 Sep 2006 20:10:08 +0000 Subject: [PATCH] Added the CCIF (Contiki Core InterFace) declarations necessary for a loadable ARP handler. --- core/net/uip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/net/uip.h b/core/net/uip.h index 07636a89c..f934e3626 100644 --- a/core/net/uip.h +++ b/core/net/uip.h @@ -46,7 +46,7 @@ * * This file is part of the uIP TCP/IP stack. * - * $Id: uip.h,v 1.5 2006/09/09 23:24:39 oliverschmidt Exp $ + * $Id: uip.h,v 1.6 2006/09/23 20:10:08 oliverschmidt Exp $ * */ @@ -1539,8 +1539,8 @@ CCIF extern const uip_ipaddr_t uip_hostaddr, uip_netmask, uip_draddr; #else /* UIP_FIXEDADDR */ CCIF extern uip_ipaddr_t uip_hostaddr, uip_netmask, uip_draddr; #endif /* UIP_FIXEDADDR */ -extern const uip_ipaddr_t uip_broadcast_addr; -extern const uip_ipaddr_t all_zeroes_addr; +CCIF extern const uip_ipaddr_t uip_broadcast_addr; +CCIF extern const uip_ipaddr_t all_zeroes_addr; /**