mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-18 12:05:11 +00:00
Added uip include and asmv definition to make it compile
This commit is contained in:
parent
c50e402743
commit
5a5313aa80
@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: uip-ipchksum.c,v 1.2 2007/03/15 21:39:23 adamdunkels Exp $
|
||||
* $Id: uip-ipchksum.c,v 1.3 2007/03/15 21:51:12 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -38,6 +38,9 @@
|
||||
* Björn Grönvall <bg@sics.se>
|
||||
*/
|
||||
|
||||
#include "net/uip.h"
|
||||
|
||||
#define asmv(arg) __asm__ __volatile__(arg)
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#ifdef UIP_ARCH_IPCHKSUM
|
||||
u16_t
|
||||
|
Loading…
Reference in New Issue
Block a user