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 "Notifications"
12
13theory Notification_H imports    "NotificationDecls_H"
14    "TCB_H"
15  TCB_H
16  ThreadDecls_H
17  CSpaceDecls_H
18  ObjectInstances_H
19begin
20
21context begin interpretation Arch .
22requalify_consts
23  badgeRegister
24end
25
26#INCLUDE_HASKELL SEL4/Object/Notification.lhs bodies_only
27
28end
29