mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 20:03:16 +01:00
16 lines
264 B
C
16 lines
264 B
C
/*
|
|
* IRQ numbers for pba9.
|
|
*
|
|
* Copyright (C) 2010 B Labs Ltd.
|
|
*
|
|
*/
|
|
#ifndef __LIBDEV_PBA9_IRQ_H__
|
|
#define __LIBDEV_PBA9_IRQ_H__
|
|
|
|
#define IRQ_TIMER1 35
|
|
#define IRQ_KEYBOARD0 44
|
|
#define IRQ_MOUSE0 45
|
|
#define IRQ_CLCD0 46
|
|
|
|
#endif /* __LIBDEV_PBA9_IRQ_H__ */
|