added 2.6.29.6 aldebaran kernel
[nao-ulib.git] / kernel / 2.6.29.6-aldebaran-rt / arch / m68k / sun3 / leds.c
bloba3e948463982fdf205a0ab38980fa0e2fc769d10
1 #include <asm/contregs.h>
2 #include <asm/sun3mmu.h>
3 #include <asm/io.h>
5 void sun3_leds(unsigned char byte)
7 unsigned char dfc;
9 GET_DFC(dfc);
10 SET_DFC(FC_CONTROL);
11 SET_CONTROL_BYTE(AC_LEDS,byte);
12 SET_DFC(dfc);