mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2024-11-16 08:49:16 +01:00
5 lines
249 B
C++
5 lines
249 B
C++
|
#include "globals.h"
|
||
|
|
||
|
module_information_t *gModuleData __attribute__((section(".data"))) = NULL;
|
||
|
int32_t gSDMountRefCount __attribute__((section(".data"))) = 0;
|
||
|
LOADED_RPL *gRPLData __attribute__((section(".data"))) = nullptr;
|