MemoryMappingModule/source/function_replacements.h

8 lines
254 B
C
Raw Permalink Normal View History

#pragma once
2021-09-24 16:51:11 +02:00
#include <cstdint>
2022-02-02 18:34:27 +01:00
#include <function_patcher/function_patching.h>
extern function_replacement_data_t function_replacements[] __attribute__((section(".data")));
extern uint32_t function_replacements_size __attribute__((section(".data")));