2 ** asm/blinken.h -- m68k blinkenlights support (currently hp300 only)
4 ** (c) 1998 Phil Blundell <philb@gnu.org>
6 ** This file is subject to the terms and conditions of the GNU General Public
7 ** License. See the file COPYING in the main directory of this archive
12 #ifndef _M68K_BLINKEN_H
13 #define _M68K_BLINKEN_H
15 #include <asm/setup.h>
17 #define HP300_LEDS 0xf001ffff
19 static __inline__
void blinken_leds(int x
)
23 *((volatile unsigned char *)HP300_LEDS
) = (x
);