summaryrefslogtreecommitdiffstats
path: root/src/include/sys/vfs.h
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-09-12 14:58:16 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-09-13 12:44:49 -0500
commitf00cbc2321649c74c078784a1fc47da3b10e1a54 (patch)
treee4bf96f22176dda426bc678602aef25bc95a3564 /src/include/sys/vfs.h
parent89dc4c2dc72a77bc278b388d66681e943fb6d539 (diff)
downloadblackbird-hostboot-f00cbc2321649c74c078784a1fc47da3b10e1a54.tar.gz
blackbird-hostboot-f00cbc2321649c74c078784a1fc47da3b10e1a54.zip
Return code cleanups.
Change-Id: I375c2f895f28b73948aa384dda781b31f027719b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/334 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/sys/vfs.h')
-rw-r--r--src/include/sys/vfs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/sys/vfs.h b/src/include/sys/vfs.h
index 52629499b..f16e91b23 100644
--- a/src/include/sys/vfs.h
+++ b/src/include/sys/vfs.h
@@ -62,7 +62,7 @@ extern const char* VFS_ROOT;
extern const char* VFS_ROOT_BIN;
extern const char* VFS_ROOT_DATA;
extern const char* VFS_ROOT_MSG;
-extern const char* VFS_MSG;
+extern const char* VFS_ROOT_MSG_VFS;
enum VfsMessages
{
@@ -105,7 +105,9 @@ VfsSystemModule * vfs_find_module(VfsSystemModule * i_table, const char * i_name
* Call the module start routine
* @param[in] i_module VfsSystemModule data for the module
* @param[in] i_param parameter to pass to task_create() for this module
- * @return tid_t of started task | -1 if i_module is NULL | -2 if there is no start()
+ * @return tid_t of started task or negative value on error.
+ * @retval -ENOENT if i_module is NULL
+ * @retval -ENOEXEC if there is no start()
*/
tid_t vfs_exec(VfsSystemModule * i_module, void* i_param);
#endif
OpenPOWER on IntegriCloud