summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_neighbor.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-15 14:53:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-15 14:53:45 +0000
commit4146e9258e38aff358710951df827ab1eb63310d (patch)
tree3f9ac9233c65e3c5bfe8cdfbbac958e04680543b /nuttx/net/uip/uip_neighbor.h
parent329bf67f0c4b6beb77e5856c8038a3202909be58 (diff)
downloadnuttx-4146e9258e38aff358710951df827ab1eb63310d.tar.gz
nuttx-4146e9258e38aff358710951df827ab1eb63310d.tar.bz2
nuttx-4146e9258e38aff358710951df827ab1eb63310d.zip
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2344 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/uip/uip_neighbor.h')
-rw-r--r--nuttx/net/uip/uip_neighbor.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/nuttx/net/uip/uip_neighbor.h b/nuttx/net/uip/uip_neighbor.h
index 0e180bac7..355d1fdad 100644
--- a/nuttx/net/uip/uip_neighbor.h
+++ b/nuttx/net/uip/uip_neighbor.h
@@ -1,10 +1,15 @@
-/* uip_neighbor.h
+/* net/uip/uip_neighbor.h
* Header file for database of link-local neighbors, used by IPv6 code and
* to be used by future ARP code.
- * Author: Adam Dunkels <adam@sics.se>
*
- * Copyright (c) 2006, Swedish Institute of Computer Science.
- * All rights reserved.
+ * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ *
+ * A direct leverage of logic from uIP which also has b BSD style license
+ *
+ * Author: Adam Dunkels <adam@sics.se>
+ * Copyright (c) 2006, Swedish Institute of Computer Science.
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -34,6 +39,7 @@
#ifndef __UIP_NEIGHBOR_H__
#define __UIP_NEIGHBOR_H__
+#include <stdint.h>
#include <net/uip/uip.h>
#include <net/ethernet.h>