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 "Architecture-specific Invocation Label Functions"
12
13theory ArchLabelFuns_H
14imports "../InvocationLabels_H"
15begin
16context Arch begin global_naming ARM_H
17text {*
18  Arch-specific functions on invocation labels
19*}
20
21#INCLUDE_HASKELL SEL4/API/Invocation/ARM.lhs CONTEXT ARM_H ONLY isPDFlushLabel isPageFlushLabel
22
23end
24end
25