1 /* 2 * OMAP2/3 common powerdomains - prototypes 3 * 4 * Copyright (C) 2008 Texas Instruments, Inc. 5 * Copyright (C) 2008-2010 Nokia Corporation 6 * 7 * Paul Walmsley 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as 11 * published by the Free Software Foundation. 12 */ 13 14 #ifndef __ARCH_ARM_MACH_OMAP2_POWERDOMAINS2XXX_3XXX_DATA_H 15 #define __ARCH_ARM_MACH_OMAP2_POWERDOMAINS2XXX_3XXX_DATA_H 16 17 #include "powerdomain.h" 18 19 extern struct powerdomain gfx_omap2_pwrdm; 20 extern struct powerdomain wkup_omap2_pwrdm; 21 22 #endif 23