1(*
2 * Copyright 2014, General Dynamics C4 Systems
3 *
4 * This software may be distributed and modified according to the terms of
5 * the GNU General Public License version 2. Note that NO WARRANTY is provided.
6 * See "LICENSE_GPLv2.txt" for details.
7 *
8 * @TAG(GD_GPL)
9 *)
10
11chapter "Untyped Objects"
12
13theory Untyped_H
14imports
15  RetypeDecls_H
16  CSpaceDecls_H
17  CNode_H
18  Invocations_H
19  InvocationLabels_H
20  Config_H
21  "../machine/MachineExports"
22begin
23
24consts
25  cNodeOverlap :: "(machine_word \<Rightarrow> nat option) \<Rightarrow> (machine_word \<Rightarrow> bool) \<Rightarrow> bool"
26
27#INCLUDE_HASKELL SEL4/Object/Untyped.lhs NOT cNodeOverlap
28
29end
30