![]() |
|
|||
0001 /* 0002 * Allwinner SoCs SRAM Controller Driver 0003 * 0004 * Copyright (C) 2015 Maxime Ripard 0005 * 0006 * Author: Maxime Ripard <maxime.ripard@free-electrons.com> 0007 * 0008 * This file is licensed under the terms of the GNU General Public 0009 * License version 2. This program is licensed "as is" without any 0010 * warranty of any kind, whether express or implied. 0011 */ 0012 0013 #ifndef _SUNXI_SRAM_H_ 0014 #define _SUNXI_SRAM_H_ 0015 0016 int sunxi_sram_claim(struct device *dev); 0017 int sunxi_sram_release(struct device *dev); 0018 0019 #endif /* _SUNXI_SRAM_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |