Select the types of activity you want to include in your feed.
1#ifndef _PPC_KERNEL_CPM2_H 2#define _PPC_KERNEL_CPM2_H 3 4extern int cpm2_get_irq(void); 5 6extern void cpm2_init_IRQ(void); 7 8#endif /* _PPC_KERNEL_CPM2_H */