Linux 4.6-rc6
[cris-mirror.git] / include / linux / soc / sunxi / sunxi_sram.h
blobc5f663bba9c28930ba31db7849d3385b027fee94
1 /*
2 * Allwinner SoCs SRAM Controller Driver
4 * Copyright (C) 2015 Maxime Ripard
6 * Author: Maxime Ripard <maxime.ripard@free-electrons.com>
8 * This file is licensed under the terms of the GNU General Public
9 * License version 2. This program is licensed "as is" without any
10 * warranty of any kind, whether express or implied.
13 #ifndef _SUNXI_SRAM_H_
14 #define _SUNXI_SRAM_H_
16 int sunxi_sram_claim(struct device *dev);
17 int sunxi_sram_release(struct device *dev);
19 #endif /* _SUNXI_SRAM_H_ */