mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 03:29:43 +00:00
8 lines
231 B
C
8 lines
231 B
C
/* Copyright (C) 2011, 2012 The uOFW team
|
|
See the file COPYING for copying permission.
|
|
*/
|
|
|
|
s32 sceI2cMasterTransmitReceive(u32, u8 *, s32, u32, u8 *, s32);
|
|
s32 sceI2cMasterTransmit(u32, u8 *, s32);
|
|
s32 sceI2cSetClock(s32, s32);
|