mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 01:00:09 +00:00
dmac: fix name mangling
This commit is contained in:
@@ -8,8 +8,15 @@
|
|||||||
* Copyright (c) 2016 173210 <root.3.173210@live.com>
|
* Copyright (c) 2016 173210 <root.3.173210@live.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __DMAC_H__
|
||||||
|
#define __DMAC_H__
|
||||||
|
|
||||||
#include <psptypes.h>
|
#include <psptypes.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Copy data in memory using DMAC
|
* Copy data in memory using DMAC
|
||||||
*
|
*
|
||||||
@@ -22,3 +29,9 @@
|
|||||||
int sceDmacMemcpy(void *dst, const void *src, SceSize n);
|
int sceDmacMemcpy(void *dst, const void *src, SceSize n);
|
||||||
|
|
||||||
int sceDmacTryMemcpy(void *dst, const void *src, SceSize n);
|
int sceDmacTryMemcpy(void *dst, const void *src, SceSize n);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user