]> Git Repo - linux.git/blame - arch/m68k/sun3/leds.c
Merge tag 'msm-dt-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb...
[linux.git] / arch / m68k / sun3 / leds.c
CommitLineData
1da177e4
LT
1#include <asm/contregs.h>
2#include <asm/sun3mmu.h>
3#include <asm/io.h>
4
5void sun3_leds(unsigned char byte)
6{
7 unsigned char dfc;
8
9 GET_DFC(dfc);
2b9e12d0
AG
10 SET_DFC(FC_CONTROL);
11 SET_CONTROL_BYTE(AC_LEDS, byte);
1da177e4
LT
12 SET_DFC(dfc);
13}
This page took 0.533552 seconds and 4 git commands to generate.