* Need to track if this was the incoming interface.

This commit is contained in:
bg- 2007-05-08 08:27:34 +00:00
parent 536703d0a2
commit 34b1d02607
2 changed files with 6 additions and 2 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: cc2420.h,v 1.4 2007/04/04 11:46:47 bg- Exp $
* @(#)$Id: cc2420.h,v 1.5 2007/05/08 08:27:58 bg- Exp $
*/
#ifndef CC2420_H
@ -110,6 +110,7 @@ extern struct uip_fw_netif cc2420if;
extern signed char cc2420_last_rssi;
extern u8_t cc2420_last_correlation;
extern u8_t cc2420_is_input;
extern volatile u8_t cc2420_ack_received;
void cc2420_init(void);