diff options
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.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 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 */ |