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
7extern "C" {
8#endif
9
10s32 spu_thread_printf(sys_spu_thread_t id, u32 arg_addr);
11s32 spu_thread_sprintf(char *buf, sys_spu_thread_t id, u32 arg_addr);
12
13#ifdef __cplusplus
14 }
15#endif
16
17#endif
s32 spu_thread_printf(sys_spu_thread_t id, u32 arg_addr)
s32 spu_thread_sprintf(char *buf, sys_spu_thread_t id, u32 arg_addr)