22 lines
513 B
C
22 lines
513 B
C
/**
|
|
* \file
|
|
* \brief CPU related functions
|
|
*
|
|
* \author Adam Lackorzynski <adam@os.inf.tu-dresden.de>
|
|
*/
|
|
|
|
/*
|
|
* (c) 2004-2009 Author(s)
|
|
* economic rights: Technische Universität Dresden (Germany)
|
|
* This file is part of TUD:OS and distributed under the terms of the
|
|
* GNU Lesser General Public License 2.1.
|
|
* Please see the COPYING-LGPL-2.1 file for details.
|
|
*/
|
|
|
|
#ifndef __L4_UTIL__ARCH_ARM__CPU_H__
|
|
#define __L4_UTIL__ARCH_ARM__CPU_H__
|
|
|
|
/* Nothing yet */
|
|
|
|
#endif /* __L4_UTIL__ARCH_ARM__CPU_H__ */
|