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:
Xiang Xiao
2018-08-23 09:09:39 -06:00
committed by Gregory Nutt
parent 0001607f71
commit 377eb30129
23 changed files with 19 additions and 279 deletions
+10
View File
@@ -166,6 +166,16 @@ extern "C"
* Public Function Prototypes
****************************************************************************/
/****************************************************************************
* Name: binfmt_initialize
*
* Description:
* initialize binfmt subsystem
*
****************************************************************************/
void binfmt_initialize(void);
/****************************************************************************
* Name: register_binfmt
*