mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
acfeda15a7
commit
b29db99f1c
@@ -31,7 +31,8 @@ namespace Board { using namespace Hw::Pc_board; };
|
||||
#include <spec/x86_64/cpu.h>
|
||||
|
||||
namespace Board {
|
||||
class Pic : public Local_interrupt_controller { };
|
||||
class Pic : public Local_interrupt_controller
|
||||
{ using Local_interrupt_controller::Local_interrupt_controller; };
|
||||
|
||||
enum {
|
||||
VECTOR_REMAP_BASE = 48,
|
||||
|
||||
Reference in New Issue
Block a user