summaryrefslogtreecommitdiff
path: root/include/user/np/np_common.h
blob: 2495ded174e7d4b81906ab365d018328dcfab411 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
	Vita Development Suite Libraries
*/

#ifndef _VDSUITE_USER_NP_NP_COMMON_H
#define _VDSUITE_USER_NP_NP_COMMON_H

#include_next <np/np_common.h>

#define SCE_NP_ENVIRONMENT_MAX_LENGTH	15

#if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus)
extern "C" {
#endif  /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */

int
sceNpGetEnvironment(
	char *env
	);

#if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus)
}
#endif  /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */

#endif /* _VDSUITE_USER_NP_NP_COMMON_H */