~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 6cf29d52e934b6adedce11648476d5ab74a363c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (C) 2023 The Android Open Source Project
 */

#ifndef __NET_FASTBOOT_TCP_H__
#define __NET_FASTBOOT_TCP_H__

/**
 * Wait for incoming tcp fastboot comands.
 */
void fastboot_tcp_start_server(void);

#endif /* __NET_FASTBOOT_TCP_H__ */