Proper Interrupt Handling

This commit is contained in:
loki
2020-01-20 00:22:13 +01:00
parent ad5cddd426
commit a23494b10c
7 changed files with 121 additions and 24 deletions

View File

@@ -70,6 +70,7 @@ public:
virtual ~mic_t() = default;
};
void freeInput(void*);
using input_t = util::safe_ptr<void, freeInput>;