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