blob: 68602095d2b972e258926754e0be52a37ecf4bfd [file] [log] [blame]
Alex Kiernanf73a7df2018-05-29 15:30:53 +00001/* 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 */
17void fastboot_start_server(void);
18
19/**********************************************************************/
20
21#endif /* __NET_FASTBOOT_H__ */