Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.7-rc3 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