uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
lowio_i2c.h
1/* Copyright (C) 2011, 2012 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
5s32 sceI2cMasterTransmitReceive(u32, u8 *, s32, u32, u8 *, s32);
6s32 sceI2cMasterTransmit(u32, u8 *, s32);
7s32 sceI2cSetClock(s32, s32);