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