source: rtems/c/src/lib/libbsp/mips/p4000/console/led.S @ 0971cd5

4.104.114.84.95
Last change on this file since 0971cd5 was 5bb00a8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/11/96 at 19:13:44

added $Id$ string to file header

  • Property mode set to 100644
File size: 290 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#include <rtems/score/iregdef.h>
6#include <rtems/score/idtmon.h>
7#include <rtems/score/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.