summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-05-28 14:31:22 -0700
committerGary King <gking@nvidia.com>2010-05-28 14:59:43 -0700
commitc602e23ce932d51f5eddbecece58e4d8e53fbed8 (patch)
tree19498f88bda05e2280ab7144e3ecc721a11f2fe4 /arch/arm/mach-tegra/include
parent6b5d4b7e7d73798056f7f3b618b86174916d2658 (diff)
w1: add one-wire master driver for tegra
Change-Id: I9b7a7cb461f5b7f5d4623050ed6184426e14400f Reviewed-on: http://git-master/r/1820 Reviewed-by: Gary King <gking@nvidia.com> Tested-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/include')
-rw-r--r--arch/arm/mach-tegra/include/mach/w1.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/w1.h b/arch/arm/mach-tegra/include/mach/w1.h
new file mode 100644
index 000000000000..527b6ffda34f
--- /dev/null
+++ b/arch/arm/mach-tegra/include/mach/w1.h
@@ -0,0 +1,28 @@
+/*
+ * arch/arm/mach-tegra/include/mach/w1.h
+ *
+ * Copyright (c) 2010, NVIDIA Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+#ifndef __MACH_TEGRA_W1_H
+#define __MACH_TEGRA_W1_H
+
+struct tegra_w1_platform_data {
+ unsigned int pinmux;
+};
+
+#endif