mirror of
https://github.com/joel16/uofw.git
synced 2024-11-26 21:10:38 +00:00
lowio: update lowio_i2c.h with protoypes used by clockgen
This commit is contained in:
parent
55daf23472
commit
a9fe14f841
@ -2,5 +2,6 @@
|
||||
See the file COPYING for copying permission.
|
||||
*/
|
||||
|
||||
int sceI2cMasterTransmit(int reg, void *buf, int bufSize);
|
||||
|
||||
s32 sceI2cMasterTransmitReceive(u32, u8 *, s32, u32, u8 *, s32);
|
||||
s32 sceI2cMasterTransmit(u32, u8 *, s32);
|
||||
s32 sceI2cSetClock(s32, s32);
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include <sysmem_sysevent.h>
|
||||
#include <threadman_kernel.h>
|
||||
#include <lowio_i2c.h>
|
||||
|
||||
SCE_MODULE_INFO(
|
||||
"sceClockgen_Driver",
|
||||
@ -59,11 +60,6 @@ SCE_SDK_VERSION(SDK_VERSION);
|
||||
/* In reg1, used to enable/disable audio */
|
||||
#define PSP_CLOCK_AUDIO (16)
|
||||
|
||||
// TODO: move it to lowio_i2c.h
|
||||
s32 sceI2cMasterTransmitReceive(u32, u8 *, s32, u32, u8 *, s32);
|
||||
s32 sceI2cMasterTransmit(u32, u8 *, s32);
|
||||
s32 sceI2cSetClock(s32, s32);
|
||||
|
||||
//0x000008F0
|
||||
typedef struct {
|
||||
/* The mutex id */
|
||||
|
Loading…
Reference in New Issue
Block a user