1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
blogic
2007-09-23 00:32:31 +00:00
parent 1f454ba35a
commit 23334c5281
3 changed files with 26 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#ifndef __AR531X_RESET_H
#define __AR531X_RESET_H
void ar531x_disable_reset_button(void);
#endif /* __AR531X_RESET_H */