osd-contiki/libmc1322x/include/mc1322x.h
Mariano Alvira 87cd9c7a36 update build system for board specific code that's 'local' to the
program you are building.

update tests to consolidate common code.
2010-02-26 14:04:10 -05:00

13 lines
171 B
C

#ifndef MC1322X_H
#define MC1322X_H
#include "types.h"
#include "isr.h"
#include "gpio.h"
#include "crm.h"
#include "nvm.h"
#include "uart1.h"
#include "utils.h"
#endif