mirror of
https://github.com/parasyte/alt64
synced 2024-11-02 00:05:03 -04:00
moved CRC_Calculate to the correct number
This commit is contained in:
parent
25609847df
commit
45b0243a98
@ -11,7 +11,6 @@
|
||||
#include "types.h"
|
||||
|
||||
void data_cache_hit_writeback_invalidate(volatile void *, unsigned long);
|
||||
unsigned int CRC_Calculate(unsigned int crc, unsigned char* buf, unsigned int len);
|
||||
void dma_write_sram(void* src, u32 offset, u32 size);
|
||||
void dma_read_sram(void *dest, u32 offset, u32 size);
|
||||
void dma_write_s(void * ram_address, unsigned long pi_address, unsigned long len);
|
||||
|
@ -20,6 +20,8 @@ void dma_read_sram(void *dest, u32 offset, u32 size);
|
||||
u8 getSaveType();
|
||||
u8 getCicType(u8 bios_cic);
|
||||
|
||||
unsigned int CRC_Calculate(unsigned int crc, unsigned char* buf, unsigned int len);
|
||||
|
||||
|
||||
typedef struct SP_regs_s {
|
||||
u32 mem_addr;
|
||||
|
Loading…
Reference in New Issue
Block a user