From 6f33910a3b092e057e3e066603837784cd41b4e2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 21 Mar 2009 16:00:20 +0000 Subject: Expose more ARP APIs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1633 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/netinet/ether.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nuttx/include/netinet/ether.h') diff --git a/nuttx/include/netinet/ether.h b/nuttx/include/netinet/ether.h index 335fd56bf..3cd2d3ad4 100644 --- a/nuttx/include/netinet/ether.h +++ b/nuttx/include/netinet/ether.h @@ -1,7 +1,7 @@ /**************************************************************************** * netinet/ether.h * - * Copyright (C) 2007 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. - * 3. Neither the name Gregory Nutt nor the names of its contributors may be + * 3. Neither the name NuttX nor the names of its contributors may be * used to endorse or promote products derived from this software * without specific prior written permission. * @@ -33,8 +33,8 @@ * ****************************************************************************/ -#ifndef __NETINET_ETHER_H -#define __NETINET_ETHER_H +#ifndef __NETINET_ETHER_H +#define __NETINET_ETHER_H /**************************************************************************** * Included Files -- cgit v1.2.3