mirror of
https://github.com/wiiu-env/SDHotSwapModule.git
synced 2024-11-17 08:59:24 +01:00
6 lines
128 B
C
6 lines
128 B
C
|
#pragma once
|
||
|
#include <sdutils/sdutils.h>
|
||
|
|
||
|
void callAttachCallbacks(SDUtilsAttachStatus status);
|
||
|
|
||
|
void cleanUpAttachCallbacks();
|