1
0
mirror of synced 2024-11-12 00:40:49 +01:00
bananatools/platform/jvs.h

11 lines
235 B
C
Raw Normal View History

2023-01-03 05:35:53 +01:00
#pragma once
#include "jvs/jvs-bus.h"
struct jvs_config {
bool enable;
uint8_t port;
};
typedef HRESULT (*jvs_provider_t)(struct jvs_node **root);
HRESULT jvs_hook_init(const struct jvs_config *cfg, jvs_provider_t provider);