mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
Remove the duplicate objecttype.h in include/object.h Signed-off-by: Cao Jianlong <caojianlong@outlook.com>
18 lines
376 B
C
18 lines
376 B
C
/*
|
|
* Copyright 2014, General Dynamics C4 Systems
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-only
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <object/structures.h>
|
|
#include <object/objecttype.h>
|
|
#include <object/notification.h>
|
|
#include <object/cnode.h>
|
|
#include <object/endpoint.h>
|
|
#include <object/interrupt.h>
|
|
#include <object/structures.h>
|
|
#include <object/tcb.h>
|
|
#include <object/untyped.h>
|