genode/repos/base-hw/src/bootstrap/spec/x86_64/board.h

28 lines
668 B
C++

/*
* \brief PC specific board definitions
* \author Stefan Kalkowski
* \date 2017-04-03
*/
/*
* Copyright (C) 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 _SRC__BOOTSTRAP__SPEC__X86_64__BOARD_H_
#define _SRC__BOOTSTRAP__SPEC__X86_64__BOARD_H_
#include <hw/spec/x86_64/pc_board.h>
#include <hw/spec/x86_64/page_table.h>
#include <hw/spec/x86_64/cpu.h>
#include <hw/spec/x86_64/x86_64.h>
namespace Board {
using namespace Hw::Pc_board;
using Cpu = Hw::X86_64_cpu;
}
#endif /* _SRC__BOOTSTRAP__SPEC__X86_64__BOARD_H_ */