summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7ulp/sys_proto.h
blob: 0daa922fad91e5503b15be9d41e1c05b129aba78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2016 Freescale Semiconductor, Inc.
 */

#ifndef _SYS_PROTO_MX7ULP_H_
#define _SYS_PROTO_MX7ULP_H_

#include <asm/mach-imx/sys_proto.h>

enum boot_device get_boot_device(void);
#endif