Alex Kiernan | f73a7df | 2018-05-29 15:30:53 +0000 | [diff] [blame] | 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__ */ |