20 lines
723 B
C
20 lines
723 B
C
/******************************************************************************
|
|
Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
|
|
|
These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
|
and Telematics group (http://cst.mi.fu-berlin.de).
|
|
-------------------------------------------------------------------------------
|
|
This file is part of RIOT.
|
|
|
|
This file subject to the terms and conditions of the GNU Lesser General Public
|
|
License. See the file LICENSE in the top level directory for more details.
|
|
*******************************************************************************/
|
|
|
|
#ifndef __CPU_H
|
|
#define __CPU_H
|
|
|
|
#include "arm_cpu.h"
|
|
#include "lpc2148.h"
|
|
|
|
#endif /* __CPU_H */
|