Added forgotten files

This commit is contained in:
Bahadir Balban
2010-04-06 20:05:35 +03:00
parent a02d08236b
commit aef14b55ec
4 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/*
* 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__ */