aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/include/asm-mips/mach-atheros
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-09-23 00:32:31 +0000
committerJohn Crispin <john@openwrt.org>2007-09-23 00:32:31 +0000
commitd7502c446b47c04e5630534663f6aca0dcb60b1d (patch)
tree74b2a6d5e6d591fa0de947370d172d1c43455233 /target/linux/atheros/files/include/asm-mips/mach-atheros
parent059b0d3c54098fb3dd71aea81da5c2fd45b9d239 (diff)
downloadupstream-d7502c446b47c04e5630534663f6aca0dcb60b1d.tar.gz
upstream-d7502c446b47c04e5630534663f6aca0dcb60b1d.tar.bz2
upstream-d7502c446b47c04e5630534663f6aca0dcb60b1d.zip
added option to atheros kernel to be able to disable reset button from inside the fon mp3 driver
SVN-Revision: 8969
Diffstat (limited to 'target/linux/atheros/files/include/asm-mips/mach-atheros')
-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 */