diff options
| author | John Crispin <john@openwrt.org> | 2007-09-23 00:32:31 +0000 |
|---|---|---|
| committer | John Crispin <john@openwrt.org> | 2007-09-23 00:32:31 +0000 |
| commit | d7502c446b47c04e5630534663f6aca0dcb60b1d (patch) | |
| tree | 74b2a6d5e6d591fa0de947370d172d1c43455233 /target/linux/atheros/files/include | |
| parent | 059b0d3c54098fb3dd71aea81da5c2fd45b9d239 (diff) | |
| download | upstream-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')
| -rw-r--r-- | target/linux/atheros/files/include/asm-mips/mach-atheros/reset.h | 6 |
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 00000000000..e9fa4c5b16d --- /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 */ |
