source: rtems/c/src/lib/libcpu/sparc64/shared/interrupts/installisrentries.c @ c499856

4.115
Last change on this file since c499856 was c499856, checked in by Chris Johns <chrisj@…>, on 03/20/14 at 21:10:47

Change all references of rtems.com to rtems.org.

  • Property mode set to 100644
File size: 565 bytes
Line 
1/*
2 *  Install trap handlers for handling software interrupts.
3 *  This file is deprecated, as the trap handlers are needed before this
4 *  function is called. We still use this as for debugging purposes.
5 *
6 *  Copyright 2010 Gedare Bloom.
7 *
8 *  The license and distribution terms for this file may be
9 *  found in the file LICENSE in this distribution or at
10 *  http://www.rtems.org/license/LICENSE.
11 */
12
13#include <rtems.h>
14#include <rtems/asm.h>
15#include <rtems/score/sparc64.h>
16#include <rtems/bspIo.h>
17
18void sparc64_install_isr_entries( void )
19{
20  return;
21}
Note: See TracBrowser for help on using the repository browser.