aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/include
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2007-09-23 00:32:31 +0000
committerJohn Crispin <blogic@openwrt.org>2007-09-23 00:32:31 +0000
commit9da5eb2da79a15c033a74469c6708a91e883fa87 (patch)
tree5f966b77a7984448545efcb6320b466588b4a14e /target/linux/atheros/files/include
parent7b10557aee3a6c4393086ff81836a624a3b66eef (diff)
downloadupstream-9da5eb2da79a15c033a74469c6708a91e883fa87.tar.gz
upstream-9da5eb2da79a15c033a74469c6708a91e883fa87.tar.bz2
upstream-9da5eb2da79a15c033a74469c6708a91e883fa87.zip
added option to atheros kernel to be able to disable reset button from inside the fon mp3 driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8969 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/files/include')
-rw-r--r--target/linux/atheros/files/include/asm-mips/mach-atheros/reset.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/atheros/files/include/asm-mips/mach-atheros/reset.h b/target/linux/atheros/files/include/asm-mips/mach-atheros/reset.h
new file mode 100644
index 0000000000..e9fa4c5b16
--- /dev/null
+++ b/target/linux/atheros/files/include/asm-mips/mach-atheros/reset.h
@@ -0,0 +1,6 @@
+#ifndef __AR531X_RESET_H
+#define __AR531X_RESET_H
+
+void ar531x_disable_reset_button(void);
+
+#endif /* __AR531X_RESET_H */