sekito: add hook

This commit is contained in:
2025-09-30 12:14:00 +02:00
parent 7dd1cd4a62
commit f33fe0f2ae
26 changed files with 1941 additions and 1 deletions

View File

@ -0,0 +1,8 @@
#pragma once
#include <windows.h>
#include "sekitoio/backend.h"
#include "sekitoio/config.h"
HRESULT sekito_kb_init(const struct sekito_kb_config *cfg, const struct sekito_io_backend **backend);