Path: blob/master/arch/arm/mach-mxs/include/mach/common.h
10820 views
/*1* Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.2*/34/*5* This program is free software; you can redistribute it and/or modify6* it under the terms of the GNU General Public License version 2 as7* published by the Free Software Foundation.8*/910#ifndef __MACH_MXS_COMMON_H__11#define __MACH_MXS_COMMON_H__1213struct clk;1415extern const u32 *mxs_get_ocotp(void);16extern int mxs_reset_block(void __iomem *);17extern void mxs_timer_init(struct clk *, int);1819extern int mx23_register_gpios(void);20extern int mx23_clocks_init(void);21extern void mx23_map_io(void);22extern void mx23_init_irq(void);2324extern int mx28_register_gpios(void);25extern int mx28_clocks_init(void);26extern void mx28_map_io(void);27extern void mx28_init_irq(void);2829extern void icoll_init_irq(void);3031#endif /* __MACH_MXS_COMMON_H__ */323334