From d7502c446b47c04e5630534663f6aca0dcb60b1d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 23 Sep 2007 00:32:31 +0000 Subject: added option to atheros kernel to be able to disable reset button from inside the fon mp3 driver SVN-Revision: 8969 --- target/linux/atheros/files/include/asm-mips/mach-atheros/reset.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 target/linux/atheros/files/include/asm-mips/mach-atheros/reset.h (limited to 'target/linux/atheros/files/include/asm-mips') 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 0000000..e9fa4c5 --- /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 */ -- cgit v1.1