summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/include
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-23 00:32:31 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-23 00:32:31 +0000
commit23334c52818e113da1174eeb747f2cb3fc6b1055 (patch)
tree5f966b77a7984448545efcb6320b466588b4a14e /target/linux/atheros/files/include
parent1f454ba35a07eca3e8725d62abb48c3494ea730e (diff)
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 000000000..e9fa4c5b1
--- /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 */