vitasdk
Documentation of the vitasdk
dmac.h
Go to the documentation of this file.
1 
7 #ifndef _PSP2_KERNEL_DMAC_H_
8 #define _PSP2_KERNEL_DMAC_H_
9 
10 #include <psp2/types.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
25 int sceDmacMemcpy(void *dst, const void *src, SceSize size);
26 
36 int sceDmacMemset(void *dst, int ch, SceSize size);
37 
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif /* _PSP2_KERNEL_DMAC_H_ */
int sceDmacMemset(void *dst, int ch, SceSize size)
DMA memset.
int sceDmacMemcpy(void *dst, const void *src, SceSize size)
DMA memcpy.
SceSize size
struct size(variable size)
Definition: debug.h:0
unsigned int SceSize
Definition: types.h:56