summaryrefslogtreecommitdiffstats
path: root/src/include/sys/vfs.h
blob: 579b9ba345ac44b89c912f7b84b4f9fc79789e96 (plain)
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
26
#ifndef __SYS_VFS_H
#define __SYS_VFS_H

#include <stdint.h>

#ifdef __cplusplus
extern "C"
{
#endif

extern const char* VFS_ROOT;
extern const char* VFS_ROOT_BIN;
extern const char* VFS_ROOT_DATA;
extern const char* VFS_ROOT_MSG;

enum VfsMessages
{
    VFS_MSG_REGISTER_MSGQ,
    VFS_MSG_RESOLVE_MSGQ,
};

#ifdef __cplusplus
}
#endif

#endif
OpenPOWER on IntegriCloud