These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / tools / build / tests / ex / inc.c
1 #ifdef INCLUDE
2 #include "krava.h"
3 #endif
4
5 int inc(void)
6 {
7         return 0;
8 }