diff options
author | Rinnegatamante | 2017-06-25 16:27:07 +0200 |
---|---|---|
committer | Sunguk Lee | 2017-06-25 23:27:07 +0900 |
commit | dba3e426290e229bdc5562afcc2f58373d4cdead (patch) | |
tree | 0a3799a3c68ebd9e55d5b4d5747aedcf6c40e817 /include/kernel/io/devctl.h | |
parent | Merge pull request #198 from d3m3vilurr/fix-enum-sort (diff) | |
download | vds-libraries-dba3e426290e229bdc5562afcc2f58373d4cdead.tar.gz |
Refactor sceIo headers. (#204)
* Refactor sceIo headers.
* Typo fix.
* Sorted enums.
* Added SCE_O_PWLOCK.
* Typo fix.
Diffstat (limited to 'include/kernel/io/devctl.h')
-rw-r--r-- | include/kernel/io/devctl.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 <psp2/types.h> +#include <psp2kern/types.h> #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_ */ |