34 #include "contiki-net.h" 
   40 __cc2420_arch_init(
void)
 
   46   DDRB  |= BV(CC2420_RESET_PIN) | BV(CC2420_VREG_PIN) | BV(CC2420_CSN_PIN);
 
   47   PORTB |= BV(CC2420_RESET_PIN) | BV(CC2420_CSN_PIN);
 
#define PORTB
Peripheral PORTB base pointer. 
void spi_init(void)
Initialize the SPI bus.