diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-03-05 10:01:45 -0600 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2011-03-05 10:01:45 -0600 |
| commit | 706243ac48cf646d503a3f1ec9e6a28c916694bd (patch) | |
| tree | 5d583486a145a9646eccb9d3c4bce4dad45a2a84 /src/include/sys/vfs.h | |
| parent | 5c20d316d21e231daee6455f0a78d5940d59cf23 (diff) | |
| download | blackbird-hostboot-706243ac48cf646d503a3f1ec9e6a28c916694bd.tar.gz blackbird-hostboot-706243ac48cf646d503a3f1ec9e6a28c916694bd.zip | |
Merge of PowerHAL project up to commit:
dd45c30bd53d8e6c123165b83842d08117558a3c
Diffstat (limited to 'src/include/sys/vfs.h')
| -rw-r--r-- | src/include/sys/vfs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/sys/vfs.h b/src/include/sys/vfs.h index d55a44710..3b2575139 100644 --- a/src/include/sys/vfs.h +++ b/src/include/sys/vfs.h @@ -10,6 +10,12 @@ #define VFS_STRINGIFY(X) #X #define VFS_TOSTRING(X) VFS_STRINGIFY(X) +#define VFS_MODULE_DEFINE_START(f) \ + extern "C" void VFS_SYMBOL_START(void* args) \ + { \ + f(args); \ + } + #ifdef __cplusplus extern "C" { @@ -37,7 +43,6 @@ struct VfsSystemModule extern VfsSystemModule VFS_MODULES[VFS_MODULE_MAX]; extern uint64_t VFS_LAST_ADDRESS; - #ifdef __cplusplus } #endif |

