Common initialization code for the netstack

This commit is contained in:
adamdunkels 2010-02-18 23:15:26 +00:00
parent 927aa821c3
commit 5cf3b83733
3 changed files with 58 additions and 3 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: netstack.h,v 1.1 2010/02/18 21:50:33 adamdunkels Exp $
* $Id: netstack.h,v 1.2 2010/02/18 23:15:26 adamdunkels Exp $
*/
/**
@ -83,4 +83,6 @@ extern const struct mac_driver NETSTACK_RDC;
extern const struct mac_driver NETSTACK_MAC;
extern const struct radio_driver NETSTACK_RADIO;
void netstack_init(void);
#endif /* NETSTACK_H */