psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
paths.h
Go to the documentation of this file.
1
5#ifndef __SYS__PATHS_H__
6#define __SYS__PATHS_H__
7
8/* The default mount point */
9#define SYS_APP_HOME "/app_home"
10
11/* The mount point for a file system on a remote host PC */
12#define SYS_HOST_ROOT "/host_root"
13
14/* The mount point for a file system on builtin HDD */
15#define SYS_DEV_HDD0 "/dev_hdd0"
16#define SYS_DEV_HDD1 "/dev_hdd1" /* system use only */
17
18/* The mount point for a file system on builtin memory stick */
19#define SYS_DEV_MS "/dev_ms"
20
21/* The mount point for a file system on builtin BDVD drive */
22#define SYS_DEV_BDVD "/dev_bdvd"
23
24/* mount point used for debugging purpose such as core dump target */
25#define SYS_DEV_USB "/dev_usb"
26
27#endif