Xenomai  3.0.5
machine.h
1 
20 #ifndef _COBALT_BLACKFIN_ASM_MACHINE_H
21 #define _COBALT_BLACKFIN_ASM_MACHINE_H
22 
23 #include <linux/compiler.h>
24 #include <linux/linkage.h>
25 #include <linux/bitops.h>
26 
27 #define XNARCH_HOST_TICK_IRQ __ipipe_hrtimer_irq
28 
29 static inline __attribute_const__ unsigned long ffnz(unsigned long ul)
30 {
31  return ffs(ul) - 1;
32 }
33 
34 #include <asm-generic/xenomai/machine.h>
35 
36 #endif /* !_COBALT_BLACKFIN_ASM_MACHINE_H */