]> git.ipfire.org Git - thirdparty/kmod.git/blob - testsuite/module-playground/mod-loop.h
testsuite: port softdep-loop test to module-playground
[thirdparty/kmod.git] / testsuite / module-playground / mod-loop.h
1 #pragma once
2
3 void printA(void);
4 void printB(void);
5 void printC(void);
6 void printD(void);
7 void printE(void);