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

void board_init(void);

const char *target_board;

#endif /* _BOARD_H */