mirror of
https://github.com/drasko/codezero.git
synced 2026-01-13 19:33:15 +01:00
14 lines
228 B
C
14 lines
228 B
C
/*
|
|
* IRQ numbers for beagle board.
|
|
*
|
|
* Copyright (C) 2010 B Labs Ltd.
|
|
*
|
|
*/
|
|
#ifndef __LIBDEV_BEAGLE_IRQ_H__
|
|
#define __LIBDEV_BEAGLE_IRQ_H__
|
|
|
|
#define IRQ_TIMER0 37
|
|
#define IRQ_TIMER1 38
|
|
|
|
#endif /* __LIBDEV_BEAGLE_IRQ_H__ */
|