genode/repos/base-hw/src/core/spec/usb_armory/board.h

27 lines
587 B
C++

/*
* \brief Board driver
* \author Stefan Kalkowski
* \author Martin Stein
* \date 2012-10-24
*/
/*
* Copyright (C) 2012-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.
*/
#ifndef _CORE__SPEC__USB_ARMORY__BOARD_H_
#define _CORE__SPEC__USB_ARMORY__BOARD_H_
#include <hw/spec/arm/imx_tzic.h>
#include <hw/spec/arm/usb_armory_board.h>
namespace Board {
using namespace Hw::Usb_armory_board;
using Hw::Pic;
}
#endif /* _CORE__SPEC__USB_ARMORY__BOARD_H_ */