mirror of
https://github.com/captain-amygdala/pistorm.git
synced 2026-04-26 03:57:49 +00:00
9 lines
162 B
C
9 lines
162 B
C
/*
|
|
* Copyright 2020-2021 Niklas Ekström
|
|
*/
|
|
|
|
#include <exec/types.h>
|
|
|
|
extern ULONG translate_address_a314(__reg("a0") void *address);
|
|
extern BOOL fix_memory();
|