URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [include/] [l4/] [platform/] [realview/] [irq.h] - Rev 2
Compare with Previous | Blame | View Log
/* * Platform encapsulation over timer driver. * * Copyright (C) 2007 Bahadir Balban */ #ifndef __PLATFORM_REALVIEW_IRQ_H__ #define __PLATFORM_REALVIEW_IRQ_H__ #include <l4/drivers/timer/sp804/timer.h> #include <l4/generic/irq.h> int platform_timer_user_handler(struct irq_desc *desc); int platform_keyboard_user_handler(struct irq_desc *desc); int platform_mouse_user_handler(struct irq_desc *desc); int platform_timer_handler(struct irq_desc *desc); #endif /* __PLATFORM_REALVIEW_IRQ_H__ */