diff options
| author | John Crispin <blogic@openwrt.org> | 2007-09-23 00:32:31 +0000 |
|---|---|---|
| committer | John Crispin <blogic@openwrt.org> | 2007-09-23 00:32:31 +0000 |
| commit | 9da5eb2da79a15c033a74469c6708a91e883fa87 (patch) | |
| tree | 5f966b77a7984448545efcb6320b466588b4a14e /target/linux/atheros/files/include | |
| parent | 7b10557aee3a6c4393086ff81836a624a3b66eef (diff) | |
| download | upstream-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.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 */ |
