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#ifndef __OBJECT_H
12#define __OBJECT_H
13
14#include <object/structures.h>
15#include <object/objecttype.h>
16#include <object/notification.h>
17#include <object/cnode.h>
18#include <object/endpoint.h>
19#include <object/interrupt.h>
20#include <object/objecttype.h>
21#include <object/structures.h>
22#include <object/tcb.h>
23#include <object/untyped.h>
24
25#endif
26