Made the sicslowpan MAC layer reachable from outside modules
This commit is contained in:
parent
da3a7ffbd8
commit
388c5d4244
2 changed files with 8 additions and 7 deletions
|
@ -33,7 +33,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: sicslowpan.h,v 1.4 2009/04/06 13:11:20 nifi Exp $
|
||||
* $Id: sicslowpan.h,v 1.5 2010/01/28 13:50:51 adamdunkels Exp $
|
||||
*/
|
||||
/**
|
||||
* \file
|
||||
|
@ -255,5 +255,6 @@ struct sicslowpan_addr_context {
|
|||
*/
|
||||
void sicslowpan_init(const struct mac_driver *m);
|
||||
|
||||
extern const struct mac_driver *sicslowpan_mac;
|
||||
#endif /* __SICSLOWPAN_H__ */
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue