// -*- Mode: C++ -*-
// vim:ft=cpp
/**
 * \file
 * \brief   Constants
 */
/*
 * (c) 2008-2009 Alexander Warg <warg@os.inf.tu-dresden.de>
 *     economic rights: Technische Universität Dresden (Germany)
 *
 * License: see LICENSE.spdx (in this directory or the directories above)
 */
#pragma once

#include <l4/sys/capability>
#include <l4/sys/consts.h>
#include <l4/re/env.h>

namespace L4Re {
  static L4::Cap<L4::Task>::Cap_type const This_task
    = static_cast<L4::Cap<L4::Task>::Cap_type>(L4RE_THIS_TASK_CAP);
}
