summaryrefslogtreecommitdiff
path: root/include/linux/tegra-pmc.h
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-10-29 18:12:30 +0530
committerLaxman Dewangan <ldewangan@nvidia.com>2013-10-30 10:05:55 -0700
commitfe8c23f17f7c1a53f9381f2c4590ad399777a1d4 (patch)
tree6c7cf0636c8975a5493301cc156e87ed4bcb3f7c /include/linux/tegra-pmc.h
parentdf191609475f544225e0ca59b4b85e0175ac1fff (diff)
ARM: tegra: pmc: move exported APIs declaration to public header
Change-Id: If245f123f9903a6fc17c3d9ae7bdb6607d9deb9f Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/304930
Diffstat (limited to 'include/linux/tegra-pmc.h')
-rw-r--r--include/linux/tegra-pmc.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/include/linux/tegra-pmc.h b/include/linux/tegra-pmc.h
new file mode 100644
index 000000000000..c0b0248e4525
--- /dev/null
+++ b/include/linux/tegra-pmc.h
@@ -0,0 +1,28 @@
+/*
+ * PMC interface for NVIDIA SoCs Tegra
+ *
+ * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
+ *
+ * Author: Laxman Dewangan <ldewangan@nvidia.com>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef __LINUX_TEGRA_PMC_H__
+#define __LINUX_TEGRA_PMC_H__
+
+extern void tegra_pmc_set_dpd_sample(void);
+extern void tegra_pmc_clear_dpd_sample(void);
+extern void tegra_pmc_remove_dpd_req(void);
+
+#endif /* __LINUX_TEGRA_PMC_H__ */