diff options
author | Sergi Granell | 2017-11-13 11:12:35 +0100 |
---|---|---|
committer | Sergi Granell | 2017-11-13 11:12:35 +0100 |
commit | 1bb14e55027f167e871eb10057d778bcf4f44408 (patch) | |
tree | 5df1c9afe3526c85994c0918a37454a988009015 /include/kernel/bt.h | |
parent | rename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnly (diff) | |
download | vds-libraries-1bb14e55027f167e871eb10057d778bcf4f44408.tar.gz |
Fix psp2kern/types.h include in psp2kern headers
Diffstat (limited to 'include/kernel/bt.h')
-rw-r--r-- | include/kernel/bt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel/bt.h b/include/kernel/bt.h index 45d872e..be85864 100644 --- a/include/kernel/bt.h +++ b/include/kernel/bt.h @@ -1,7 +1,7 @@ #ifndef _PSP2_KERNEL_BT_H_ #define _PSP2_KERNEL_BT_H_ -#include <psp2/types.h> +#include <psp2kern/types.h> #ifdef __cplusplus extern "C" { @@ -60,7 +60,7 @@ typedef enum SceBtErrorCode { SCE_BT_ERROR_HID_INVALID_PROTOCOL = 0x802F0908, SCE_BT_ERROR_HID_INVALID_IDLE = 0x802F0909, SCE_BT_ERROR_HID_NOT_YET = 0x802F090C, - SCE_BT_ERROR_HID_INVALID_LENGTH = 0x802F090D, + SCE_BT_ERROR_HID_INVALID_LENGTH = 0x802F090D, SCE_BT_ERROR_HID_INVALID_REPORT_ID = 0x802F090E, SCE_BT_ERROR_HID_OVERWRITE_REQ = 0x802F090F, SCE_BT_ERROR_JUMBO_UNLOCK_NOT_OWNER = 0x802F0B01, |