/* * MSMC controller * * (C) Copyright 2014 * Texas Instruments Incorporated, * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _MSMC_H_ #define _MSMC_H_ #include void msmc_share_all_segments(int priv_id); #endif