diff options
author | Reiko Asakura | 2020-07-23 15:34:54 -0400 |
---|---|---|
committer | Reiko Asakura | 2020-07-23 15:34:54 -0400 |
commit | 9f45649bc1bd6cbdbe8b2c4233726dae47dae480 (patch) | |
tree | c8ac12d9c60c2fe61573ac44bb9364379c8e2c66 /include/user/compat.h | |
parent | Refactor kernel IO functions (diff) | |
download | vds-libraries-9f45649bc1bd6cbdbe8b2c4233726dae47dae480.tar.gz |
Add {,k}sceIo{Io,Dev}ctlAsync prototypes
Diffstat (limited to 'include/user/compat.h')
-rw-r--r-- | include/user/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/user/compat.h b/include/user/compat.h index 9a4786e..9868df9 100644 --- a/include/user/compat.h +++ b/include/user/compat.h @@ -1,7 +1,7 @@ #ifndef _PSP2_COMPAT_H_ #define _PSP2_COMPAT_H_ -#include <psp2/io/devctl.h> +#include <psp2/kernel/iofilemgr.h> #include <psp2/rtc.h> #include <psp2/types.h> #include <stdint.h> |