OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [platform/] [realview/] [irq.h] - Rev 7

Go to most recent revision | 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__ */
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.