RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / m68k / sun3 / leds.c
blobaad2e0a0682ec23116876fe10edcc92a83d3bf59
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);