psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
spu_printf.h File Reference
#include <sys/spu_event.h>

Go to the source code of this file.

Macros

#define spu_printf(fmt, args...)    _spu_call_event_va_arg(EVENT_PRINTF_PORT<<EVENT_PORT_SHIFT, fmt, ##args)
 

Functions

int _spu_call_event_va_arg (uint32_t _spup, const char *fmt,...)
 

Macro Definition Documentation

◆ spu_printf

#define spu_printf (   fmt,
  args... 
)     _spu_call_event_va_arg(EVENT_PRINTF_PORT<<EVENT_PORT_SHIFT, fmt, ##args)

Definition at line 12 of file spu_printf.h.

Function Documentation

◆ _spu_call_event_va_arg()

int _spu_call_event_va_arg ( uint32_t  _spup,
const char *  fmt,
  ... 
)
extern