Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit dcd4b33

Browse files
author
IgnoreWarnings
committed
override intc init
1 parent 1e218d1 commit dcd4b33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/villas/fpga/ips/platform_intc.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
class PlatformInterruptController
66
: public villas::fpga::ip::InterruptController {
77
public:
8+
bool init() override;
9+
810
bool enableInterrupt(InterruptController::IrqMaskType mask,
911
bool polling) override;
1012
bool enableInterrupt(IrqPort irq, bool polling) override;

0 commit comments

Comments
 (0)