Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/drivers/net/arp.h
20,11 → 20,11
 
/**
------------
CVS : $Id: arp.h,v 1.1.1.1 2002-03-29 14:12:50 pj Exp $
CVS : $Id: arp.h,v 1.2 2003-03-13 13:54:07 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:50 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:54:07 $
------------
**/
 
58,10 → 58,10
#ifndef __ARP_H__
#define __ARP_H__
 
#ifdef __cplusplus
extern "C" {
#endif
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
#define ARP_IP_TYPE 0x0800
#define ARP_ETH_TYPE 1
90,8 → 90,6
int arp_req(IP_ADDR dest);
void arp_sendRequest(int i);
 
#ifdef __cplusplus
};
#endif
__BEGIN_DECLS
 
#endif