From 3591e7e7fbe724b2828feb84d384c3b23dbbf5fd Mon Sep 17 00:00:00 2001 From: Sergi Granell Date: Wed, 14 Feb 2018 22:51:53 +0100 Subject: DSI case fixes --- include/kernel/lowio/dsi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/kernel/lowio/dsi.h') diff --git a/include/kernel/lowio/dsi.h b/include/kernel/lowio/dsi.h index 5b6aa9e..e083055 100644 --- a/include/kernel/lowio/dsi.h +++ b/include/kernel/lowio/dsi.h @@ -22,10 +22,10 @@ typedef enum SceDsiHead { int sceDsiEnableHead(int head); int sceDsiDisableHead(int head); int sceDsiSendBlankingPacket(int head); -int sceDsiSetLanesPixelsize(int head, int lanes, int pixelsize); +int sceDsiSetLanesAndPixelSize(int head, int lanes, int pixelsize); int sceDsiSetVic(int head, int vic); int sceDsiGetVicResolution(int vic, int *width, int *height); -int sceDsiGetPixelclock(int head); +int sceDsiGetPixelClock(int head); int sceDsiGenericShortWrite(int head, int param0, int param1, int param2); int sceDsiGenericReadRequest(int head, int param, void *buff, unsigned int size); int sceDsiDcsShortWrite(int head, unsigned short param0, int param1); -- cgit v1.2.3