• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <boot_device.h>
4 
boot_device_ro(void)5 const struct region_device *boot_device_ro(void)
6 {
7 	return NULL;
8 }
9