Add exec_module

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1895 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-06-17 20:25:27 +00:00
parent 8ce89fe17d
commit 4a1221f35d
14 changed files with 490 additions and 82 deletions

View File

@@ -76,6 +76,11 @@
* Description:
* Load a module into memory and prep it for execution.
*
* Returned Value:
* This is a NuttX internal function so it follows the convention that
* 0 (OK) is returned on success and a negated errno is returned on
* failure.
*
***********************************************************************/
int dump_module(FAR const struct binary_s *bin)