mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
dmac: fix name mangling
This commit is contained in:
@@ -8,8 +8,15 @@
|
||||
* Copyright (c) 2016 173210 <root.3.173210@live.com>
|
||||
*/
|
||||
|
||||
#ifndef __DMAC_H__
|
||||
#define __DMAC_H__
|
||||
|
||||
#include <psptypes.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Copy data in memory using DMAC
|
||||
*
|
||||
@@ -22,3 +29,9 @@
|
||||
int sceDmacMemcpy(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