uboot/arch/arm/include/asm/arch-mx7ulp/sys_proto.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0+ */
   2/*
   3 * Copyright (C) 2016 Freescale Semiconductor, Inc.
   4 */
   5
   6#ifndef _SYS_PROTO_MX7ULP_H_
   7#define _SYS_PROTO_MX7ULP_H_
   8
   9#include <asm/mach-imx/sys_proto.h>
  10
  11enum boot_device get_boot_device(void);
  12#endif
  13