mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-07 18:25:14 +00:00
Added uip include and asmv definition to make it compile
This commit is contained in:
@@ -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<42>rn Gr<47>nvall <bg@sics.se>
|
||||
*/
|
||||
|
||||
#include "net/uip.h"
|
||||
|
||||
#define asmv(arg) __asm__ __volatile__(arg)
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#ifdef UIP_ARCH_IPCHKSUM
|
||||
u16_t
|
||||
|
Reference in New Issue
Block a user