emc.h 239 B

123456789101112
  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. #ifndef _NVIDIA_EMC_H_
  7. #define _NVIDIA_EMC_H_
  8. int board_emc_init(void);
  9. #endif