xref: /rk3399_rockchip-uboot/include/net/fastboot.h (revision 965eda410b8d28439dc1ba4f76061880d72978fd)
1 /*
2 * Copyright (C) 2016 The Android Open Source Project
3 *
4 * SPDX-License-Identifier: BSD-2-Clause
5 */
6 
7 #ifndef __NET_FASTBOOT_H__
8 #define __NET_FASTBOOT_H__
9 
10 /**********************************************************************/
11 /*
12  *	Global functions and variables.
13  */
14 
15 /**
16  * Wait for incoming fastboot comands.
17  */
18 void fastboot_start_server(void);
19 
20 /**********************************************************************/
21 
22 #endif /* __NET_FASTBOOT_H__ */
23