Replaced old framer (framer_get/framer_set) with new NETSTACK style configuration. Added nullrdc-framer that is a nullrdc with framer support.
This commit is contained in:
parent
0c084b8c68
commit
5e43a6998b
10 changed files with 166 additions and 59 deletions
|
@ -26,7 +26,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: framer.h,v 1.1 2009/10/19 18:30:03 adamdunkels Exp $
|
||||
* $Id: framer.h,v 1.2 2010/03/01 13:30:23 nifi Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -49,10 +49,4 @@ struct framer {
|
|||
|
||||
};
|
||||
|
||||
extern const struct framer *framer_current;
|
||||
|
||||
const struct framer *framer_get(void);
|
||||
|
||||
void framer_set(const struct framer *f);
|
||||
|
||||
#endif /* __FRAMER_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue