summaryrefslogtreecommitdiff
path: root/interrupt/dispatch_plic.cpp
blob: 081013d8751fd288cd3b122e02e5df97ca80ec25 (plain)
1
2
3
4
5
6
7
8
#include "interrupt.h"

extern interrupt::vector_t vectors_irq[]; 

template<>
void interrupt::handler<interrupt::internal::MEI>() {
    while(1) {}
}