]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - arch/arm/mach-tegra/emc.h
of: clean up OF_CONTROL ifdef conditionals
[karo-tx-uboot.git] / arch / arm / mach-tegra / emc.h
1 /*
2  * Copyright (c) 2011 The Chromium OS Authors.
3  * (C) Copyright 2010,2011 NVIDIA Corporation <www.nvidia.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef _NVIDIA_EMC_H_
9 #define _NVIDIA_EMC_H_
10
11 int board_emc_init(void);
12
13 #endif