summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/smartreflex-class3.h
blob: 4d86037a9585649c79cd603463824caca5ae0325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Smartreflex Class 3 Routines
 *
 * Author: Thara Gopinath      <thara@ti.com>
 *
 * Copyright (C) 2010 Texas Instruments, Inc.
 * Thara Gopinath <thara@ti.com>
 *
 * 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