1(*
2 * Copyright 2016, Data61, CSIRO
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(DATA61_GPL)
9 *)
10
11(*
12  Hypervisor stub for ARM
13*)
14
15theory ArchHypervisor_H
16imports
17  "../CNode_H"
18  "../KI_Decls_H"
19begin
20context Arch begin global_naming ARM_H
21
22
23#INCLUDE_HASKELL SEL4/Kernel/Hypervisor/ARM.lhs Arch= CONTEXT ARM_H decls_only ArchInv= ArchLabels=
24#INCLUDE_HASKELL SEL4/Kernel/Hypervisor/ARM.lhs Arch= CONTEXT ARM_H bodies_only ArchInv= ArchLabels=
25
26end
27end
28