Add icicle mmio support

This commit is contained in:
Maurice Heumann
2025-04-01 15:40:53 +02:00
parent 54b5bdc531
commit 7222c0fc1d
7 changed files with 312 additions and 56 deletions

View File

@@ -3,10 +3,10 @@
#include <memory>
#include <functional>
#include "object.hpp"
#include <utils/object.hpp>
template <typename ReturnType, typename... Args>
class function_wrapper : public object
class function_wrapper : public utils::object
{
public:
using user_data_pointer = void*;