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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [coldfire/] [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) 1998, 1999, 2000, 2001, 2002, 2006 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):     Enrico Piria
47
// Contributors:  Wade Jensen
48
// Date:          2005-25-06
49
// Purpose:       Interrupt and clock definitions specific to the M5272C3 board.
50
// Usage:         Included via "var_intr.h". Do not use directly.
51
//
52
//####DESCRIPTIONEND####
53
//========================================================================
54
 
55
#include <pkgconf/hal.h>
56
#include <cyg/infra/cyg_type.h>
57
 
58
// ---------------------------------------------------------------------------
59
// Reset
60
 
61
#ifndef CYGHWR_HAL_RESET_DEFINED
62
 
63
externC void cyg_hal_reset_vsr( void );
64
 
65
#define CYGHWR_HAL_RESET_DEFINED
66
#define HAL_PLATFORM_RESET() cyg_hal_reset_vsr()
67
 
68
#define HAL_PLATFORM_RESET_ENTRY &cyg_hal_reset_vsr
69
 
70
#endif // CYGHWR_HAL_RESET_DEFINED
71
 
72
// ---------------------------------------------------------------------------
73
// End of plf_intr.h
74
#endif // CYGONCE_HAL_PLF_INTR_H

powered by: WebSVN 2.1.0

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