14af34b57SMaxime Ripard /*
24af34b57SMaxime Ripard  * Allwinner SoCs SRAM Controller Driver
34af34b57SMaxime Ripard  *
44af34b57SMaxime Ripard  * Copyright (C) 2015 Maxime Ripard
54af34b57SMaxime Ripard  *
64af34b57SMaxime Ripard  * Author: Maxime Ripard <maxime.ripard@free-electrons.com>
74af34b57SMaxime Ripard  *
84af34b57SMaxime Ripard  * This file is licensed under the terms of the GNU General Public
94af34b57SMaxime Ripard  * License version 2.  This program is licensed "as is" without any
104af34b57SMaxime Ripard  * warranty of any kind, whether express or implied.
114af34b57SMaxime Ripard  */
124af34b57SMaxime Ripard 
134af34b57SMaxime Ripard #ifndef _SUNXI_SRAM_H_
144af34b57SMaxime Ripard #define _SUNXI_SRAM_H_
154af34b57SMaxime Ripard 
164af34b57SMaxime Ripard int sunxi_sram_claim(struct device *dev);
17*460d9cb6SSamuel Holland void sunxi_sram_release(struct device *dev);
184af34b57SMaxime Ripard 
194af34b57SMaxime Ripard #endif /* _SUNXI_SRAM_H_ */
20