added init function in MAC driver for easier configuration

This commit is contained in:
nifi 2009-06-22 11:14:11 +00:00
parent 728c482cc3
commit 912aba7280
13 changed files with 70 additions and 38 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: lpp.h,v 1.1 2008/05/15 08:56:29 adamdunkels Exp $
* $Id: lpp.h,v 1.2 2009/06/22 11:14:11 nifi Exp $
*/
/**
@ -47,6 +47,8 @@
#include "net/mac/mac.h"
#include "dev/radio.h"
extern const struct mac_driver lpp_driver;
const struct mac_driver *lpp_init(const struct radio_driver *d);
#endif /* __LPP_H__ */