3 * Definitions for HP iPAQ H22xx Handheld Computer
5 * Copyright 2003 Hewlett-Packard Company.
7 * Use consistent with the GNU GPL is permitted,
8 * provided that this copyright notice is
9 * preserved in its entirety in all copies and derived works.
11 * COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
12 * AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
13 * FITNESS FOR ANY PARTICULAR PURPOSE.
17 * Names and values copied from the H2200 Asic Companion specifications:
18 * http://www.handhelds.org/platforms/hp/ipaq-h22xx/
22 * See http://cvs.handhelds.org/cgi-bin/viewcvs.cgi/linux/kernel26/include/asm-arm/arch-pxa/h2200-asic.h
25 #ifndef _INCLUDE_H2200_ASIC_H_
26 #define _INCLUDE_H2200_ASIC_H_
28 #define H2200_HAMCOP_BASE PXA_CS0_PHYS /* from 02-cotulla_IF.pdf */
30 extern struct platform_device h2200_hamcop
;
32 extern void (*h2200_led_hook
)(struct device
*dev
, int led_num
, int duty_time
,
34 extern void h2200_set_led(int led_num
, int duty_time
, int cycle_time
);
36 extern u8
* get_hamcop_bootloader(void);
38 #endif /* _INCLUDE_H2200_ASIC_H_ */