diff options
Diffstat (limited to 'include/user')
-rw-r--r-- | include/user/io/devctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <psp2/types.h> @@ -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_ */ |