Added Rime driver for the netsim ethernode layer, renamed init.c to netsim-init.c
This commit is contained in:
parent
11627c2406
commit
4477d81be4
10 changed files with 200 additions and 51 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: ether.h,v 1.3 2006/10/23 09:01:06 adamdunkels Exp $
|
||||
* $Id: ether.h,v 1.4 2007/03/13 13:07:48 adamdunkels Exp $
|
||||
*/
|
||||
#ifndef __ETHER_H__
|
||||
#define __ETHER_H__
|
||||
|
@ -59,7 +59,7 @@ void ether_client_init(int port);
|
|||
void ether_tick(void);
|
||||
|
||||
|
||||
u16_t ether_client_poll(void);
|
||||
u16_t ether_client_poll(u8_t *buf, int len);
|
||||
void ether_server_poll(void);
|
||||
|
||||
void ether_put(char *packet, int len, int src_x, int src_y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue