Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.10 13 lines 270 B view raw
1#ifdef CONFIG_TOSHIBA_JMR3927 2BOARD_VEC(jmr3927_vec) 3#endif 4#ifdef CONFIG_TOSHIBA_RBTX4927 5BOARD_VEC(rbtx4927_vec) 6BOARD_VEC(rbtx4937_vec) 7#endif 8#ifdef CONFIG_TOSHIBA_RBTX4938 9BOARD_VEC(rbtx4938_vec) 10#endif 11#ifdef CONFIG_TOSHIBA_RBTX4939 12BOARD_VEC(rbtx4939_vec) 13#endif