mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 15:45:53 +00:00
6 lines
125 B
C
6 lines
125 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifdef CONFIG_TOSHIBA_RBTX4927
|
||
|
BOARD_VEC(rbtx4927_vec)
|
||
|
BOARD_VEC(rbtx4937_vec)
|
||
|
#endif
|