fastboot.h 462 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: BSD-2-Clause
  2. *
  3. * Copyright (C) 2016 The Android Open Source Project
  4. */
  5. #ifndef __NET_FASTBOOT_H__
  6. #define __NET_FASTBOOT_H__
  7. /**********************************************************************/
  8. /*
  9. * Global functions and variables.
  10. */
  11. /**
  12. * Wait for incoming fastboot comands.
  13. */
  14. void fastboot_start_server(void);
  15. /**********************************************************************/
  16. #endif /* __NET_FASTBOOT_H__ */