summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libcpu/arm/pxa255/irq/irq.h
blob: a8b5d24da1d41d111d3d5f0216f85889a1e3ffac (plain) (tree)
1
2
3
4
5
6
7
8
9
  

                                           

                                                                        
  

                                                           
                                         




                 

               
                  


                                

                   
                                  
 
                                                   


                    
                      
/*
 * Copyright (c) 2010 embedded brains GmbH.
 *
 * Interrupt handler Header file for PXA By Yang Xi <hiyangxi@gmail.com>
 * Copyright (c) 2004 by Jay Monkman <jtm@lopingdog.com>
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 */

#ifndef __IRQ_H__
#define __IRQ_H__

#ifndef __asm__

#include <rtems.h>
#include <rtems/irq.h>
#include <rtems/irq-extension.h>

#include <pxa255.h>

#define BSP_INTERRUPT_VECTOR_MIN 0

#define BSP_INTERRUPT_VECTOR_MAX (PRIMARY_IRQS - 1)

#endif /* __asm__ */

#endif /* __IRQ_H__ */