genode/base-hw/src/core/vea9x4/trustzone/pic.h
2013-01-10 21:44:47 +01:00

30 lines
568 B
C++

/*
* \brief Interrupt controller for kernel
* \author Martin Stein
* \date 2012-04-23
*/
/*
* Copyright (C) 2012-2013 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
#ifndef _VEA9X4__TRUSTZONE__PIC_H_
#define _VEA9X4__TRUSTZONE__PIC_H_
/* core includes */
#include <pic/vea9x4_trustzone.h>
namespace Kernel
{
/**
* Interrupt controller for kernel
*/
class Pic : public Vea9x4_trustzone::Pic { };
}
#endif /* _VEA9X4__TRUSTZONE__PIC_H_ */