summaryrefslogtreecommitdiff
path: root/minix/kernel/arch/earm/bsp/include/bsp_init.h
blob: d48b8c1848d31dd1aac667cecd0d6659f807425c (plain)
1
2
3
4
5
6
7
#ifndef _BSP_INIT_H_
#define _BSP_INIT_H_

/* BSP init */
void bsp_init(void);

#endif /* __BSP_INIT_H__ */