Modified to use the new MAC layer API
This commit is contained in:
parent
f373c63532
commit
52eb372890
6 changed files with 139 additions and 55 deletions
|
@ -33,7 +33,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: rime.h,v 1.8 2007/05/22 20:53:24 adamdunkels Exp $
|
||||
* $Id: rime.h,v 1.9 2007/05/25 08:06:44 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -54,13 +54,14 @@
|
|||
#include "net/rime/ruc.h"
|
||||
#include "net/rime/sibc.h"
|
||||
|
||||
#include "net/mac/mac.h"
|
||||
/**
|
||||
* \brief Initialize Rime
|
||||
*
|
||||
* This function should be called from the system boot up
|
||||
* code to initialize Rime.
|
||||
*/
|
||||
void rime_init(void);
|
||||
void rime_init(const struct mac_driver *);
|
||||
|
||||
/**
|
||||
* \brief Send an incoming packet to Rime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue