mirror of
https://gitea.tendokyu.moe/TeamTofuShop/taitools.git
synced 2026-09-22 22:28:06 +03:00
7 lines
120 B
C
7 lines
120 B
C
#pragma once
|
|
#include <windows.h>
|
|
|
|
#include "board/k9101258.h"
|
|
|
|
HRESULT ll3_usbio_init(const struct usbio_config *cfg);
|