mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 06:19:43 +02:00
23334c5281
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8969 3c298f89-4303-0410-b956-a3cf2f4a3e73
7 lines
122 B
C
7 lines
122 B
C
#ifndef __AR531X_RESET_H
|
|
#define __AR531X_RESET_H
|
|
|
|
void ar531x_disable_reset_button(void);
|
|
|
|
#endif /* __AR531X_RESET_H */
|