mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
parent
acfeda15a7
commit
b29db99f1c
@ -31,7 +31,8 @@ namespace Board { using namespace Hw::Pc_board; };
|
|||||||
#include <spec/x86_64/cpu.h>
|
#include <spec/x86_64/cpu.h>
|
||||||
|
|
||||||
namespace Board {
|
namespace Board {
|
||||||
class Pic : public Local_interrupt_controller { };
|
class Pic : public Local_interrupt_controller
|
||||||
|
{ using Local_interrupt_controller::Local_interrupt_controller; };
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
VECTOR_REMAP_BASE = 48,
|
VECTOR_REMAP_BASE = 48,
|
||||||
|
Loading…
Reference in New Issue
Block a user