]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-tegra/emc.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / mach-tegra / emc.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 2011 The Chromium OS Authors.
4  * (C) Copyright 2010,2011 NVIDIA Corporation <www.nvidia.com>
5  */
6
7 #ifndef _NVIDIA_EMC_H_
8 #define _NVIDIA_EMC_H_
9
10 int board_emc_init(void);
11
12 #endif