blob: d4382c0a0e03b3832d482841ae5d2c358af18803 [file] [log] [blame]
Dmitrii Merkurev443d3192023-04-12 19:49:30 +01001/* 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 * Wait for incoming UDP fastboot comands.
11 */
12void fastboot_udp_start_server(void);
13
14#endif /* __NET_FASTBOOT_H__ */