Home | History | Annotate | Download | only in mach-tegra
      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
     13