TERES/SOFTWARE/A64-TERES/u-boot_new/board/sunxi/common/debug_mode.h
Dimitar Gamishev 093685c7d8 u-boot
2017-10-13 14:02:55 +03:00

8 lines
145 B
C

#ifndef _DEBUG_MODE_H_H
#define _DEBUG_MODE_H_H
int debug_mode_set(void);
void debug_mode_update_info(void);
int debug_mode_get(void);
#endif