source: rtems/c/src/lib/libbsp/mips64orion/p4000/console/led.S @ 73b943bc

4.104.114.84.95
Last change on this file since 73b943bc was 73b943bc, checked in by Joel Sherrill <joel.sherrill@…>, on 03/31/99 at 23:21:19

Fixed paths to include files so this will build.

  • Property mode set to 100644
File size: 254 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#include <iregdef.h>
6#include <idtmon.h>
7#include <idtcpu.h>
8
9
10FRAME(mips_leddisplay,sp,0,ra)
11        j ra
12        nop
13ENDFRAME(mips_leddisplay)
14
15FRAME(sbddisplay,sp,0,ra)
16        j       ra
17ENDFRAME(sbddisplay)
18
19
20FRAME(sbdblank,sp,0,ra)
21        j       ra
22ENDFRAME(sbdblank)
23
Note: See TracBrowser for help on using the repository browser.