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 v4.12 8 lines 146 B view raw
1#ifndef __REGRESSION_H__ 2#define __REGRESSION_H__ 3 4void regression1_test(void); 5void regression2_test(void); 6void regression3_test(void); 7 8#endif