#ifndef __IPI_H__ #define __IPI_H__ /* * Copyright 2010 B Labs.Ltd. * * Author: Prem Mallappa * * Description: */ #include int ipi_handler(struct irq_desc *desc); #endif /* __IPI_H__ */