Re: [PATCH v3 02/32] Mini-OS: explicitly mark symbols to be visible for apps

2023-11-27 Thread Samuel Thibault
Juergen Gross, le lun. 27 nov. 2023 11:24:53 +0100, a ecrit: > Add an EXPORT_SYMBOL() macro to explicitly mark a symbol to be visible > for an app or library linked with Mini-OS. This prepares hiding all > other symbols from external components, avoiding any problems with > duplicate symbol names.

[PATCH v3 02/32] Mini-OS: explicitly mark symbols to be visible for apps

2023-11-27 Thread Juergen Gross
Add an EXPORT_SYMBOL() macro to explicitly mark a symbol to be visible for an app or library linked with Mini-OS. This prepares hiding all other symbols from external components, avoiding any problems with duplicate symbol names. Signed-off-by: Juergen Gross --- V3: - new patch --- .gitignore