summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-02-12 19:07:52 -0800
committerGerrit Code Review <gerrit2@git-master-01.nvidia.com>2010-02-12 19:07:54 -0800
commit6b8ef3d494af9aaa3377f8675904b721970204f9 (patch)
treedba13e674610c6d61b00675fdfb38fbc8e60c73d /arch
parent25a2bda5b0e8073d00d79ac21600ef071245ff1d (diff)
parent663640822c485df8d6bf4c94ec5503d7b6b89cce (diff)
Merge "tegra: ap20rm_owr.c add funciton prototype." into android-tegra-2.6.29
Diffstat (limited to 'arch')
-rwxr-xr-xarch/arm/mach-tegra/nvrm/io/ap20/ap20rm_owr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/nvrm/io/ap20/ap20rm_owr.c b/arch/arm/mach-tegra/nvrm/io/ap20/ap20rm_owr.c
index 65f9f7a4b1e2..ee8a45d55811 100755
--- a/arch/arm/mach-tegra/nvrm/io/ap20/ap20rm_owr.c
+++ b/arch/arm/mach-tegra/nvrm/io/ap20/ap20rm_owr.c
@@ -129,6 +129,12 @@ PrivOwrReadData(
NvU32 NoOfBytes);
static NvError
+PrivOwrCheckPresence(
+ NvRmOwrController* pOwrInfo,
+ NvU32 ReadDataClk,
+ NvU32 PresenceClk);
+
+static NvError
PrivOwrReadFifo(
NvRmOwrController* pOwrInfo,
NvU8* pBuffer,