os: introduce common platform driver for ARM

Ref #3299
This commit is contained in:
Stefan Kalkowski
2020-05-14 15:35:40 +02:00
committed by Christian Helmuth
parent 935dcf8b18
commit 1a80f166c5
22 changed files with 1589 additions and 8 deletions

View File

@ -0,0 +1,19 @@
/*
* \brief Device capability type
* \author Norman Feske
* \date 2008-08-16
*/
/*
* Copyright (C) 2008-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#pragma once
#include <base/capability.h>
#include <platform_device/platform_device.h>
namespace Platform { typedef Genode::Capability<Device> Device_capability; }