1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ips/intc: remove configureJson() method because not needed

This commit is contained in:
daniel-k 2017-12-06 17:29:20 +01:00
parent a194f8d0b2
commit 2bf8bf93bd
2 changed files with 0 additions and 10 deletions

View file

@ -58,7 +58,6 @@ private:
int efds[maxIrqs];
int nos[maxIrqs];
bool polling[maxIrqs];
// Interrupt irqs[maxIrqs]; /**< State of available interrupts */
};
@ -83,8 +82,6 @@ public:
FpgaVlnv getCompatibleVlnv() const
{ return FpgaVlnv("acs.eonerc.rwth-aachen.de:user:axi_pcie_intc:"); }
bool configureJson(FpgaIp* ip, json_t *json);
};
} // namespace villas

View file

@ -150,11 +150,4 @@ uint64_t InterruptController::waitForInterrupt(int irq)
}
}
bool InterruptControllerFactory::configureJson(FpgaIp *ip, json_t *json)
{
// parse json and configure instance here
return true;
}
} // namespace villas