summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/moxie/moxiesim/startup/moxiebdinstallirq.c
blob: 233a9e987d3e9e93e922299458f0dbedb36a6636 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                           
                                         









                              
/*
 *
 *  Copyright (c) 2011  Anthony Green
 *
 *  COPYRIGHT (c) 1989-2008, 2010.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  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.
 */

#include <rtems.h>

void MOXIEBD_Install_IRQ(
  uint32_t      vector,
  proc_ptr      new_handler,
  proc_ptr      *old_handler )
{ /* empty */
}