From dba3e426290e229bdc5562afcc2f58373d4cdead Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Sun, 25 Jun 2017 16:27:07 +0200 Subject: Refactor sceIo headers. (#204) * Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix. --- include/kernel/io/devctl.h | 8 ++++---- include/user/io/devctl.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/include/kernel/io/devctl.h b/include/kernel/io/devctl.h index 706778e..12000d4 100644 --- a/include/kernel/io/devctl.h +++ b/include/kernel/io/devctl.h @@ -1,7 +1,7 @@ -#ifndef _PSP2_IO_DEVCTRL_H_ -#define _PSP2_IO_DEVCTRL_H_ +#ifndef _PSP2_IO_DEVCTL_H_ +#define _PSP2_IO_DEVCTL_H_ -#include +#include #ifdef __cplusplus extern "C" { @@ -29,5 +29,5 @@ int sceIoDevctl(const char *dev, unsigned int cmd, void *indata, int inlen, void } #endif -#endif /* _PSP2_IO_DEVCTRL_H_ */ +#endif /* _PSP2_IO_DEVCTL_H_ */ diff --git a/include/user/io/devctl.h b/include/user/io/devctl.h index 442804c..0f6d176 100644 --- a/include/user/io/devctl.h +++ b/include/user/io/devctl.h @@ -1,5 +1,5 @@ -#ifndef _PSP2_IO_DEVCTRL_H_ -#define _PSP2_IO_DEVCTRL_H_ +#ifndef _PSP2_IO_DEVCTL_H_ +#define _PSP2_IO_DEVCTL_H_ #include @@ -55,5 +55,5 @@ int sceIoIoctlAsync(SceUID fd, unsigned int cmd, void *indata, int inlen, void * } #endif -#endif /* _PSP2_IO_DEVCTRL_H_ */ +#endif /* _PSP2_IO_DEVCTL_H_ */ -- cgit v1.2.3