mirror of
https://github.com/joel16/uofw.git
synced 2024-11-27 05:20:23 +00:00
7 lines
154 B
C
7 lines
154 B
C
/* Copyright (C) 2011, 2012 The uOFW team
|
|
See the file COPYING for copying permission.
|
|
*/
|
|
|
|
int sceI2cMasterTransmit(int reg, void *buf, int bufSize);
|
|
|