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
11theory InterruptDecls_H
12imports
13  RetypeDecls_H
14  Notification_H
15  CNode_H
16  KI_Decls_H
17begin
18
19#INCLUDE_HASKELL_PREPARSE SEL4/Object/Structures.lhs
20#INCLUDE_HASKELL SEL4/Object/Interrupt.lhs Arch=ArchInterrupt_H decls_only NOT deletedIRQHandler
21
22end
23