forked from Dniel97/segatools
10 lines
207 B
C
10 lines
207 B
C
|
#pragma once
|
||
|
|
||
|
#include "swdcio/backend.h"
|
||
|
#include "swdcio/config.h"
|
||
|
|
||
|
HRESULT swdc_di_init(
|
||
|
const struct swdc_di_config *cfg,
|
||
|
HINSTANCE inst,
|
||
|
const struct swdc_io_backend **backend);
|