1
0
mirror of synced 2024-11-24 14:00:10 +01:00
bananatools/ferrumhook/jvs.h

8 lines
130 B
C
Raw Normal View History

2023-01-03 05:35:53 +01:00
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include "jvs/jvs-bus.h"
HRESULT ferrum_jvs_init(struct jvs_node **root);