summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/board.h
blob: 558b636f0f14ce93412fea3799205df824dafddb (plain)
1
2
3
4
5
6
#ifndef _BOARD_H
#define _BOARD_H

void board_init(void);

#endif /* _BOARD_H */