Blame view

include/recovery.h 282 Bytes
2c840c82b   Ye Li   MLK-18591-3 andro...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  /*
   * Copyright (C) 2010-2016 Freescale Semiconductor, Inc. All Rights Reserved.
   * Copyright 2017 NXP
   *
   * SPDX-License-Identifier:	GPL-2.0+
   */
  
  #ifndef __RECOVERY_H_
  #define __RECOVERY_H_
  
  struct reco_envs {
  	char *cmd;
  	char *args;
  };
  
  void board_recovery_setup(void);
  
  #endif