Moved the modules packetbuf, queuebuf, and packetqueue from net/rime to net/, since they are not Rime-specific

This commit is contained in:
adamdunkels 2010-06-14 19:19:16 +00:00
parent 951fd78f6c
commit 3fa8ffda1a
45 changed files with 89 additions and 89 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: sicslowmac.c,v 1.8 2009/07/17 13:47:10 dak664 Exp $
* $Id: sicslowmac.c,v 1.9 2010/06/14 19:19:17 adamdunkels Exp $
*/
@ -51,7 +51,7 @@
#include <stdio.h>
#include <avr/eeprom.h>
#include <util/delay.h>
#include "net/rime/packetbuf.h"
#include "net/packetbuf.h"
#include "zmac.h"
#include "mac.h"
#include "frame.h"

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: rf230bb.c,v 1.9 2010/03/02 16:29:59 dak664 Exp $
* @(#)$Id: rf230bb.c,v 1.10 2010/06/14 19:19:17 adamdunkels Exp $
*/
/*
* This code is almost device independent and should be easy to port.
@ -52,7 +52,7 @@
#include "dev/spi.h"
#include "rf230bb.h"
#include "net/rime/packetbuf.h"
#include "net/packetbuf.h"
#include "net/rime/rimestats.h"
#include "net/netstack.h"