1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/* * MSMC controller * * (C) Copyright 2014 * Texas Instruments Incorporated, <www.ti.com> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _MSMC_H_ #define _MSMC_H_ #include <asm/arch/hardware.h> void msmc_share_all_segments(int priv_id); #endif