xref: /minix3/minix/kernel/arch/earm/bsp/include/bsp_init.h (revision 6077d1ad241af1cd2881b708610d6ceb54ed9612)
1433d6423SLionel Sambuc #ifndef _BSP_INIT_H_
2433d6423SLionel Sambuc #define _BSP_INIT_H_
3433d6423SLionel Sambuc 
4433d6423SLionel Sambuc /* BSP init */
5*6077d1adSDr. Florian Grätz void bsp_init(void);
6433d6423SLionel Sambuc 
7433d6423SLionel Sambuc #endif /* __BSP_INIT_H__ */
8