summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergi Granell2017-11-13 11:12:35 +0100
committerSergi Granell2017-11-13 11:12:35 +0100
commit1bb14e55027f167e871eb10057d778bcf4f44408 (patch)
tree5df1c9afe3526c85994c0918a37454a988009015
parentrename sceIdStorageIsReadOnly -> vshIdStorageIsReadOnly (diff)
downloadvds-libraries-1bb14e55027f167e871eb10057d778bcf4f44408.tar.gz
Fix psp2kern/types.h include in psp2kern headers
Diffstat (limited to '')
-rw-r--r--include/kernel/bt.h4
-rw-r--r--include/kernel/ctrl.h2
-rw-r--r--include/kernel/display.h2
-rw-r--r--include/kernel/kernel/modulemgr.h2
-rw-r--r--include/kernel/kernel/processmgr.h2
-rw-r--r--include/kernel/lowio/gpio.h2
-rw-r--r--include/kernel/lowio/i2c.h2
-rw-r--r--include/kernel/registrymgr.h2
-rw-r--r--include/kernel/udcd.h2
9 files changed, 10 insertions, 10 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,
diff --git a/include/kernel/ctrl.h b/include/kernel/ctrl.h
index af148ca..aa9f367 100644
--- a/include/kernel/ctrl.h
+++ b/include/kernel/ctrl.h
@@ -1,7 +1,7 @@
#ifndef _PSP2_KERNEL_CTRL_H_
#define _PSP2_KERNEL_CTRL_H_
-#include <psp2/types.h>
+#include <psp2kern/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/kernel/display.h b/include/kernel/display.h
index 7d0251b..d96bcae 100644
--- a/include/kernel/display.h
+++ b/include/kernel/display.h
@@ -1,7 +1,7 @@
#ifndef _PSP2_KERNEL_DISPLAY_H_
#define _PSP2_KERNEL_DISPLAY_H_
-#include <psp2/types.h>
+#include <psp2kern/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/kernel/kernel/modulemgr.h b/include/kernel/kernel/modulemgr.h
index 89d29d6..804eb63 100644
--- a/include/kernel/kernel/modulemgr.h
+++ b/include/kernel/kernel/modulemgr.h
@@ -1,7 +1,7 @@
#ifndef _PSP2_KERNEL_MODULEMGR_H_
#define _PSP2_KERNEL_MODULEMGR_H_
-#include <psp2/types.h>
+#include <psp2kern/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/kernel/kernel/processmgr.h b/include/kernel/kernel/processmgr.h
index a090818..f203eed 100644
--- a/include/kernel/kernel/processmgr.h
+++ b/include/kernel/kernel/processmgr.h
@@ -1,7 +1,7 @@
#ifndef _PSP2_KERNEL_PROCESSMGR_H_
#define _PSP2_KERNEL_PROCESSMGR_H_
-#include <psp2/types.h>
+#include <psp2kern/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/kernel/lowio/gpio.h b/include/kernel/lowio/gpio.h
index 9141d08..944acbd 100644
--- a/include/kernel/lowio/gpio.h
+++ b/include/kernel/lowio/gpio.h
@@ -1,7 +1,7 @@
#ifndef _PSP2_LOWIO_GPIO_H_
#define _PSP2_LOWIO_GPIO_H_
-#include <psp2/types.h>
+#include <psp2kern/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/kernel/lowio/i2c.h b/include/kernel/lowio/i2c.h
index 1857798..5a49f77 100644
--- a/include/kernel/lowio/i2c.h
+++ b/include/kernel/lowio/i2c.h
@@ -1,7 +1,7 @@
#ifndef _PSP2_LOWIO_I2C_H_
#define _PSP2_LOWIO_I2C_H_
-#include <psp2/types.h>
+#include <psp2kern/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/kernel/registrymgr.h b/include/kernel/registrymgr.h
index 96565b7..9428e5a 100644
--- a/include/kernel/registrymgr.h
+++ b/include/kernel/registrymgr.h
@@ -1,7 +1,7 @@
#ifndef _PSP2_REGISTRYMGR_H_
#define _PSP2_REGISTRYMGR_H_
-#include <psp2/types.h>
+#include <psp2kern/types.h>
#ifdef __cplusplus
extern "C" {
diff --git a/include/kernel/udcd.h b/include/kernel/udcd.h
index c014a1b..8243833 100644
--- a/include/kernel/udcd.h
+++ b/include/kernel/udcd.h
@@ -1,7 +1,7 @@
#ifndef _PSP2_KERNEL_UDCD_H_
#define _PSP2_KERNEL_UDCD_H_
-#include <psp2/types.h>
+#include <psp2kern/types.h>
#ifdef __cplusplus
extern "C" {