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 "Kernel Invocation Labels"
12
13theory InvocationLabels_H
14imports "$L4V_ARCH/ArchInvocationLabels_H"
15begin
16
17context begin interpretation Arch .
18requalify_types
19  arch_invocation_label
20end
21
22text {*
23  An enumeration of all system call labels.
24*}
25
26#INCLUDE_HASKELL SEL4/API/InvocationLabels.lhs ArchLabels= ONLY InvocationLabel
27#INCLUDE_HASKELL SEL4/API/InvocationLabels.lhs instanceproofs
28
29end
30