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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [m68k/] [mcf52xx/] [mcf5272/] [m5272c3/] [current/] [include/] [plf_intr.h] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
#ifndef CYGONCE_HAL_PLF_INTR_H
2
#define CYGONCE_HAL_PLF_INTR_H
3
 
4
//==========================================================================
5
//
6
//      plf_intr.h
7
//
8
//      Platform specific interrupt and clock support
9
//
10
//
11
//==========================================================================
12
// ####ECOSGPLCOPYRIGHTBEGIN####                                            
13
// -------------------------------------------                              
14
// This file is part of eCos, the Embedded Configurable Operating System.   
15
// Copyright (C) 2003, 2008 Free Software Foundation, Inc.                  
16
//
17
// eCos is free software; you can redistribute it and/or modify it under    
18
// the terms of the GNU General Public License as published by the Free     
19
// Software Foundation; either version 2 or (at your option) any later      
20
// version.                                                                 
21
//
22
// eCos is distributed in the hope that it will be useful, but WITHOUT      
23
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or    
24
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License    
25
// for more details.                                                        
26
//
27
// You should have received a copy of the GNU General Public License        
28
// along with eCos; if not, write to the Free Software Foundation, Inc.,    
29
// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.            
30
//
31
// As a special exception, if other files instantiate templates or use      
32
// macros or inline functions from this file, or you compile this file      
33
// and link it with other works to produce a work based on this file,       
34
// this file does not by itself cause the resulting work to be covered by   
35
// the GNU General Public License. However the source code for this file    
36
// must still be made available in accordance with section (3) of the GNU   
37
// General Public License v2.                                               
38
//
39
// This exception does not invalidate any other reasons why a work based    
40
// on this file might be covered by the GNU General Public License.         
41
// -------------------------------------------                              
42
// ####ECOSGPLCOPYRIGHTEND####                                              
43
//==========================================================================
44
//#####DESCRIPTIONBEGIN####
45
//
46
// Author(s):   bartv
47
// Date:        2003-06-04
48
//
49
//####DESCRIPTIONEND####
50
//=============================================================================
51
 
52
#include <pkgconf/hal.h>
53
#include <cyg/hal/plf_arch.h>
54
 
55
// Three of the external interrupt lines are connected to other hardware.
56
#define CYGNUM_HAL_VECTOR_PLI_B33       CYGNUM_HAL_VECTOR_EXTINT1
57
#define CYGNUM_HAL_VECTOR_PLI_A34       CYGNUM_HAL_VECTOR_EXTINT3
58
#define CYGNUM_HAL_VECTOR_ABORT         CYGNUM_HAL_VECTOR_EXTINT6
59
 
60
#define CYGNUM_HAL_ISR_PLI_B33          CYGNUM_HAL_ISR_EXTINT1
61
#define CYGNUM_HAL_ISR_PLI_A34          CYGNUM_HAL_ISR_EXTINT3
62
#define CYGNUM_HAL_ISR_ABORT            CYGNUM_HAL_ISR_EXTINT6
63
 
64
//---------------------------------------------------------------------------
65
#endif // ifndef CYGONCE_HAL_PLF_INTR_H
66
 

powered by: WebSVN 2.1.0

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