Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
leds.c
Go to the documentation of this file.
1 #include <asm/contregs.h>
2 #include <asm/sun3mmu.h>
3 #include <asm/io.h>
4 
5 void sun3_leds(unsigned char byte)
6 {
7  unsigned char dfc;
8 
9  GET_DFC(dfc);
12  SET_DFC(dfc);
13 }