psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
spu_thread_printf.h
Go to the documentation of this file.
1
#ifndef __LV2_SPU_THREAD_PRINTF_H__
2
#define __LV2_SPU_THREAD_PRINTF_H__
3
4
#include <ppu-types.h>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
s32
spu_thread_printf
(sys_spu_thread_t
id
, u32 arg_addr);
11
s32
spu_thread_sprintf
(
char
*buf, sys_spu_thread_t
id
, u32 arg_addr);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif
spu_thread_printf
s32 spu_thread_printf(sys_spu_thread_t id, u32 arg_addr)
spu_thread_sprintf
s32 spu_thread_sprintf(char *buf, sys_spu_thread_t id, u32 arg_addr)
ppu
include
sys
spu_thread_printf.h
Generated by
1.9.8