summaryrefslogtreecommitdiff
path: root/include/user/kernel/dmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/user/kernel/dmac.h')
-rw-r--r--include/user/kernel/dmac.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/user/kernel/dmac.h b/include/user/kernel/dmac.h
index b0fbd2b..0047d6f 100644
--- a/include/user/kernel/dmac.h
+++ b/include/user/kernel/dmac.h
@@ -1,11 +1,13 @@
#ifndef _PSP2_DMAC_H_
#define _PSP2_DMAC_H_
+#include <stddef.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-/***
+/**
* DMA memcpy
*
* @param[in] dst - Destination
@@ -16,7 +18,7 @@ extern "C" {
*/
void *sceDmacMemcpy(void *dst, const void *src, size_t size);
-/***
+/**
* DMA memset
*
* @param[in] dst - Destination