mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 22:05:54 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user