Paul Walmsley | 43b4099 | 2010-02-22 22:09:34 -0700 | [diff] [blame] | 1 | /* |
| 2 | * omap_hwmod_common_data.h - OMAP hwmod common macros and declarations |
| 3 | * |
| 4 | * Copyright (C) 2010 Nokia Corporation |
| 5 | * Paul Walmsley |
| 6 | * |
| 7 | * Copyright (C) 2010 Texas Instruments, Inc. |
| 8 | * BenoƮt Cousson |
| 9 | * |
| 10 | * This program is free software; you can redistribute it and/or modify |
| 11 | * it under the terms of the GNU General Public License version 2 as |
| 12 | * published by the Free Software Foundation. |
| 13 | */ |
| 14 | #ifndef __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H |
| 15 | #define __ARCH_ARM_MACH_OMAP2_OMAP_HWMOD_COMMON_DATA_H |
| 16 | |
| 17 | #include <plat/omap_hwmod.h> |
| 18 | |
| 19 | /* OMAP hwmod classes - forward declarations */ |
| 20 | extern struct omap_hwmod_class l3_hwmod_class; |
| 21 | extern struct omap_hwmod_class l4_hwmod_class; |
| 22 | extern struct omap_hwmod_class mpu_hwmod_class; |
Kevin Hilman | 90709ae | 2010-07-26 16:34:31 -0600 | [diff] [blame] | 23 | extern struct omap_hwmod_class iva_hwmod_class; |
Paul Walmsley | 43b4099 | 2010-02-22 22:09:34 -0700 | [diff] [blame] | 24 | |
| 25 | #endif |