2 * Freescale STMP37XX/STMP378X core structure and function declarations
4 * Embedded Alley Solutions, Inc <source@embeddedalley.com>
6 * Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.
7 * Copyright 2008 Embedded Alley Solutions, Inc All Rights Reserved.
11 * The code contained herein is licensed under the GNU General Public
12 * License. You may obtain a copy of the GNU General Public License
13 * Version 2 or later at the following locations:
15 * http://www.opensource.org/licenses/gpl-license.html
16 * http://www.gnu.org/copyleft/gpl.html
18 #ifndef __ASM_PLAT_STMP3XXX_H
19 #define __ASM_PLAT_STMP3XXX_H
21 #include <linux/irq.h>
23 extern struct sys_timer stmp3xxx_timer
;
25 void stmp3xxx_init_irq(struct irq_chip
*chip
);
26 void stmp3xxx_init(void);
27 int stmp3xxx_reset_block(void __iomem
*hwreg
, int just_enable
);
28 extern struct platform_device stmp3xxx_dbguart
,
43 stmp3xxx_dcp_bootstream
,
47 int stmp3xxx_ssp1_device_register(void);
48 int stmp3xxx_ssp2_device_register(void);
51 void stmp3xxx_release_pin_group(struct pin_group
*pin_group
, const char *label
);
52 int stmp3xxx_request_pin_group(struct pin_group
*pin_group
, const char *label
);
54 #endif /* __ASM_PLAT_STMP3XXX_H */