fw/layer1: Add common TPU win setup/cleanup code
[osmocom-bb.git] / src / target / firmware / include / board.h
1 #ifndef _BOARD_H
2 #define _BOARD_H
3
4 extern const char *target_board;
5
6 void board_init(void);
7
8 #endif /* _BOARD_H */