/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public License version 2. */ #ifndef __GFS2_DOT_H__ #define __GFS2_DOT_H__ enum { NO_CREATE = 0, CREATE = 1, }; enum { NO_FORCE = 0, FORCE = 1, }; #define GFS2_FAST_NAME_SIZE 8 #endif /* __GFS2_DOT_H__ */ nk rel='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2015-02-11 19:39:13 -0800
committerMark Brown <broonie@kernel.org>2015-02-23 23:16:01 +0900
commit2b85c28a5a7cb0f6bf5899125437812e67e02f70 (patch)
tree19ff4625abee8ada215e04caa65b2add033dc856 /include/linux/regulator
parent8f4490e09694efaf7fe60ac6a1135530aa8c05ad (diff)
regulator: qcom-rpm: Implement set_load and enable drms
Pass the requested load directly to the rpm. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')