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

extern const char *target_board;

void board_init(void);

#endif /* _BOARD_H */