mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 18:37:46 +08:00
binfmt: Add binfmt_initialize(). All binary formats are now registered centrally vs. in board-specific logic. This simplifies the usage of the binfmt subsystem.
This commit is contained in:
@@ -166,6 +166,16 @@ extern "C"
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: binfmt_initialize
|
||||
*
|
||||
* Description:
|
||||
* initialize binfmt subsystem
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
void binfmt_initialize(void);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: register_binfmt
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user