/* * Smartreflex Class 3 Routines * * Author: Thara Gopinath * * Copyright (C) 2010 Texas Instruments, Inc. * Thara Gopinath * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __ARCH_ARM_MACH_OMAP2_SMARTREFLEXCLASS3_H #define __ARCH_ARM_MACH_OMAP2_SMARTREFLEXCLASS3_H #ifdef CONFIG_OMAP_SMARTREFLEX_CLASS3 int sr_class3_init(void); #else static int sr_class3_init(void) { return 0; } #endif #endif