psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
lv2errno.h
Go to the documentation of this file.
1
5#ifndef __SYS_LV2_ERRNO_H__
6#define __SYS_LV2_ERRNO_H__
7
8#include <reent.h>
9#include <errno.h>
10#include <ppu-types.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16s32 lv2error(s32 error);
17s32 lv2errno(s32 error);
18s32 lv2errno_r(struct _reent *r,s32 error);
19
20#ifdef __cplusplus
21 }
22#endif
23
24#endif
s32 lv2errno(s32 error)
s32 lv2errno_r(struct _reent *r, s32 error)
s32 lv2error(s32 error)