Files
codezero/conts/userlibs/libdev/include/dev/platform/beagle/irq.h
Bahadir Balban 6fa4884a5a Changes since April
Clean up of build directories.
Simplifications to capability model.
2010-06-01 15:08:13 +03:00

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__ */