psl1ght
A free SDK for Sony's PS3 console
ppu
include
sys
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
13
extern
"C"
{
14
#endif
15
16
s32 lv2error(s32 error);
17
s32 lv2errno(s32 error);
18
s32 lv2errno_r(
struct
_reent *r,s32 error);
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
Generated on Wed Aug 7 2019 09:58:38 for psl1ght by
1.8.15