L4Re - L4 Runtime Environment
__kip-arch.h
1 /*
2  * (c) 2013 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
3  * economic rights: Technische Universität Dresden (Germany)
4  *
5  * This file is part of TUD:OS and distributed under the terms of the
6  * GNU General Public License 2.
7  * Please see the COPYING-GPL-2 file for details.
8  *
9  * As a special exception, you may use this file as part of a free software
10  * library without restriction. Specifically, if other files instantiate
11  * templates or use macros or inline functions from this file, or you compile
12  * this file and link it with other files to produce an executable, this
13  * file does not by itself cause the resulting executable to be covered by
14  * the GNU General Public License. This exception does not however
15  * invalidate any other reasons why the executable file might be covered by
16  * the GNU General Public License.
17  */
18 #pragma once
19 
25 struct l4_kip_platform_info_arch
26 {
27  struct
28  {
29  l4_uint32_t MIDR, CTR, TCMTR, TLBTR, MPIDR, REVIDR;
30  l4_uint32_t ID_PFR[2], ID_DFR0, ID_AFR0, ID_MMFR[4], ID_ISAR[6];
31  } cpuinfo;
32 };
unsigned int l4_uint32_t
Unsigned 32bit value.
Definition: l4int.h:40