Files
pumpitupdev_pumptools/src/main/hook/propatch/usb-fix.h
T
icex2 eafb2909d1 Appl new code style on whole code base
Use a similar code style to bemanitools though reduce indentation
to 2 spaces. Also some other tweaks to be more similar to google
style.
2021-03-19 15:52:34 +01:00

6 lines
157 B
C

#pragma once
void propatch_usb_fix_init(
const char *device_nodes, const char *p1_bus_port, const char *p2_bus_port);
void propatch_usb_fix_shutdown();