URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [include/] [l4/] [glue/] [arm/] [ipi.h] - Rev 6
Go to most recent revision | Compare with Previous | Blame | View Log
/* * Copyright (C) 2010 B Labs Ltd. * * By Bahadir Balban */ #ifndef __IPI_H__ #define __IPI_H__ #include <l4/generic/irq.h> int ipi_handler(struct irq_desc *desc); #define IPI_TIMER_EVENT 0 #endif /* __IPI_H__ */
Go to most recent revision | Compare with Previous | Blame | View Log