blob: 6cf29d52e934b6adedce11648476d5ab74a363c2 [file] [log] [blame]
/* 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__ */