• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #include <bootmode.h>
4 
get_recovery_mode_switch(void)5 int get_recovery_mode_switch(void)
6 {
7 	return 0;
8 }
9