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
11(* Architecture-specific data types shared by spec and abstract. *)
12
13chapter "Common, Architecture-Specific Data Types"
14
15theory Arch_Structs_B
16imports Main "../../../spec/machine/Setup_Locale"
17begin
18
19context Arch begin global_naming X64_H
20
21#INCLUDE_HASKELL SEL4/Model/StateData/X64.lhs CONTEXT X64_H ONLY X64VSpaceRegionUse
22
23end (* context X64 *)
24
25end
26