summaryrefslogtreecommitdiff
path: root/include/kernel/lowio/pervasive.h
diff options
context:
space:
mode:
authorSergi Granell2018-02-15 23:06:14 +0100
committerGitHub2018-02-15 23:06:14 +0100
commit73ac5f8af646a680fffe439704bc9f1828090413 (patch)
tree9251d59f38a64cba1fe325d6cde9788554e86d24 /include/kernel/lowio/pervasive.h
parentAdd Cpu and Sysmem NIDs (#293) (diff)
parentDSI case fixes (diff)
downloadvds-libraries-73ac5f8af646a680fffe439704bc9f1828090413.tar.gz
Merge pull request #294 from xerpi/dsi
Add DSI
Diffstat (limited to 'include/kernel/lowio/pervasive.h')
-rw-r--r--include/kernel/lowio/pervasive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel/lowio/pervasive.h b/include/kernel/lowio/pervasive.h
index 24a4ac4..ef91404 100644
--- a/include/kernel/lowio/pervasive.h
+++ b/include/kernel/lowio/pervasive.h
@@ -27,6 +27,7 @@ int scePervasiveDsiResetEnable(int port, unsigned int mask);
int scePervasiveDsiResetDisable(int port, unsigned int mask);
int scePervasiveDsiClockEnable(int port, unsigned int mask);
int scePervasiveDsiClockDisable(int port, unsigned int mask);
+int scePervasiveDsiSetPixelClock(int port, int pixelclock);
int scePervasiveMsifResetEnable(void);
int scePervasiveMsifResetDisable(void);