ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-sh / hp6xx / hp6xx.h
1 #ifndef __ASM_SH_HP6XX_H
2 #define __ASM_SH_HP6XX_H
3
4 /*
5  * Copyright (C) 2003  Andriy Skulysh
6  */
7
8
9 #define DAC_LCD_BRIGHTNESS              0
10 #define DAC_SPEAKER_VOLUME              1
11
12 #define HD64461_GPADR_SPEAKER   0x01
13 #define HD64461_GPADR_PCMCIA0   (0x02|0x08)
14 #define HD64461_GPBDR_LCDOFF    0x01
15 #define HD64461_GPBDR_LED_RED   0x80
16
17
18 #endif /* __ASM_SH_HP6XX_H */
19