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

4.104.114.84.95
Last change on this file since d6a0781 was d6a0781, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:26

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • console/led.S: Include <rtems/asm.h> instead of <asm.h>.
  • start/start.S: Include <rtems/asm.h> instead of <asm.h>.
  • startup/idtmem.S: Include <rtems/asm.h> instead of <asm.h>.
  • startup/idttlb.S: Include <rtems/asm.h> instead of <asm.h>.
  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • Property mode set to 100644
File size: 257 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#include <iregdef.h>
6#include <idtcpu.h>
7#include <rtems/asm.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.