summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
authorSunguk Lee2016-11-18 01:08:10 +0900
committerGitHub2016-11-18 01:08:10 +0900
commita0d721e43f2a8eb3adec218c787586faf51a9253 (patch)
tree9fec70d786cf19b8bc7c23f8f77a038f31133b02 /include/user
parentMerge pull request #95 from Cpasjuste/master (diff)
parentDocumentation: Simplify grouping (diff)
downloadvds-libraries-a0d721e43f2a8eb3adec218c787586faf51a9253.tar.gz
Merge pull request #89 from devnoname120/doxygen
Doxygen support
Diffstat (limited to 'include/user')
-rw-r--r--include/user/appmgr.h1
-rw-r--r--include/user/display.h1
-rw-r--r--include/user/io/devctl.h1
-rw-r--r--include/user/kernel/clib.h1
-rw-r--r--include/user/kernel/modulemgr.h1
-rw-r--r--include/user/kernel/processmgr.h1
-rw-r--r--include/user/kernel/rng.h1
-rw-r--r--include/user/kernel/sysmem.h1
-rw-r--r--include/user/kernel/threadmgr.h1
-rw-r--r--include/user/power.h2
-rw-r--r--include/user/pss.h1
-rw-r--r--include/user/shellutil.h1
-rw-r--r--include/user/sysmodule.h1
13 files changed, 14 insertions, 0 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h
index e6fffaa..f93e608 100644
--- a/include/user/appmgr.h
+++ b/include/user/appmgr.h
@@ -140,3 +140,4 @@ int sceAppMgrUmount(const char *mount_point);
#endif
#endif /* _PSP2_APPMGR_H_ */
+
diff --git a/include/user/display.h b/include/user/display.h
index 8a5a4f4..84d1887 100644
--- a/include/user/display.h
+++ b/include/user/display.h
@@ -153,3 +153,4 @@ int sceDisplayUnregisterVblankStartCallback(SceUID uid);
#endif
#endif /* _PSP2_DISPLAY_H_ */
+
diff --git a/include/user/io/devctl.h b/include/user/io/devctl.h
index 5237ac9..e551abe 100644
--- a/include/user/io/devctl.h
+++ b/include/user/io/devctl.h
@@ -84,3 +84,4 @@ int sceIoIoctlAsync(SceUID fd, unsigned int cmd, void *indata, int inlen, void *
#endif
#endif /* _PSP2_IO_DEVCTRL_H_ */
+
diff --git a/include/user/kernel/clib.h b/include/user/kernel/clib.h
index 1188707..6db799d 100644
--- a/include/user/kernel/clib.h
+++ b/include/user/kernel/clib.h
@@ -29,3 +29,4 @@ void *sceClibMemmove(void *, const void *, SceSize);
#endif
#endif /* _PSP2_KERNEL_CLIB_H_ */
+
diff --git a/include/user/kernel/modulemgr.h b/include/user/kernel/modulemgr.h
index abdf387..d7ad72c 100644
--- a/include/user/kernel/modulemgr.h
+++ b/include/user/kernel/modulemgr.h
@@ -88,3 +88,4 @@ int sceKernelGetSystemSwVersion(SceKernelFwInfo *data);
#endif
#endif /* _PSP2_KERNEL_MODULEMGR_H_ */
+
diff --git a/include/user/kernel/processmgr.h b/include/user/kernel/processmgr.h
index cef7251..c256157 100644
--- a/include/user/kernel/processmgr.h
+++ b/include/user/kernel/processmgr.h
@@ -85,3 +85,4 @@ SceUID sceKernelGetProcessId(void);
#endif
#endif /* _PSP2_KERNEL_PROCESSMGR_H_ */
+
diff --git a/include/user/kernel/rng.h b/include/user/kernel/rng.h
index 108362f..88e0267 100644
--- a/include/user/kernel/rng.h
+++ b/include/user/kernel/rng.h
@@ -20,3 +20,4 @@ int sceKernelGetRandomNumber(void *output, unsigned size);
#endif
#endif /* _PSP2_KERNEL_RNG_H_ */
+
diff --git a/include/user/kernel/sysmem.h b/include/user/kernel/sysmem.h
index 8d21ecb..4dd4884 100644
--- a/include/user/kernel/sysmem.h
+++ b/include/user/kernel/sysmem.h
@@ -111,3 +111,4 @@ int sceKernelGetModel();
#endif
#endif
+
diff --git a/include/user/kernel/threadmgr.h b/include/user/kernel/threadmgr.h
index 0718003..9225fb1 100644
--- a/include/user/kernel/threadmgr.h
+++ b/include/user/kernel/threadmgr.h
@@ -1046,3 +1046,4 @@ void *sceKernelGetTLSAddr(int key);
#endif
#endif /* _PSP2_KERNEL_THREADMGR_H_ */
+
diff --git a/include/user/power.h b/include/user/power.h
index 23b4470..7f9dd04 100644
--- a/include/user/power.h
+++ b/include/user/power.h
@@ -3,6 +3,7 @@
#include <psp2/types.h>
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -166,3 +167,4 @@ int scePowerSetGpuXbarClockFrequency(int freq);
#endif
#endif /* _PSP2_POWER_H_ */
+
diff --git a/include/user/pss.h b/include/user/pss.h
index d79a868..586f644 100644
--- a/include/user/pss.h
+++ b/include/user/pss.h
@@ -17,3 +17,4 @@ void pss_code_mem_unlock(void);
#endif
#endif /* _PSP2_PSS_H_ */
+
diff --git a/include/user/shellutil.h b/include/user/shellutil.h
index ceb413d..1f77727 100644
--- a/include/user/shellutil.h
+++ b/include/user/shellutil.h
@@ -70,3 +70,4 @@ int sceShellUtilUnlock(int type);
#endif
#endif /* _PSP2_SHELLUTIL_H_ */
+
diff --git a/include/user/sysmodule.h b/include/user/sysmodule.h
index 1ef7d2c..9961b71 100644
--- a/include/user/sysmodule.h
+++ b/include/user/sysmodule.h
@@ -83,3 +83,4 @@ int sceSysmoduleIsLoaded(SceUInt16 id);
#endif
#endif /* _PSP2_SYSMODULE_H_ */
+