mirror of
https://github.com/pumpitupdev/pumptools.git
synced 2026-09-25 07:37:56 +03:00
Use a similar code style to bemanitools though reduce indentation to 2 spaces. Also some other tweaks to be more similar to google style.
6 lines
157 B
C
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(); |