2012-05-10 20:52:46 +00:00
|
|
|
/* Copyright (C) 2011, 2012 The uOFW team
|
|
|
|
See the file COPYING for copying permission.
|
|
|
|
*/
|
|
|
|
|
2013-04-01 18:34:11 +00:00
|
|
|
s32 sceI2cMasterTransmitReceive(u32, u8 *, s32, u32, u8 *, s32);
|
|
|
|
s32 sceI2cMasterTransmit(u32, u8 *, s32);
|
|
|
|
s32 sceI2cSetClock(s32, s32);
|