1
0
uboot-1.1.4-kirkwood/include/qnap.h

12 lines
335 B
C
Raw Normal View History

2024-01-07 23:58:22 +01:00
#ifndef __QNAP_H__
#define __QNAP_H__
/******************************************************
* Richard Chen 20081217,
* QNAP for Recovery Button
*****************************************************/
uint32_t QNAP_recovery_detect(void);
int QNAP_recovery_init(void);
int QNAP_do_recovery(void);
#endif /* __QNAP_H__ */