summaryrefslogtreecommitdiff
path: root/save.hpp
blob: 7af709d475a3d4509c52cfbf2c5aeb6460691867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

/* $Id: save.hpp,v 1.3 2006/11/05 04:42:43 ganzhorn Exp $
 * This file is part of lfhex.
 * Copyright (C) 2006 Salem Ganzhorn <eyekode@yahoo.com>
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation version 2.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */

#ifndef _HEXEDIT_SAVE_
#define _HEXEDIT_SAVE_

bool writeDeltas( const string& filename , DeltaMap& dmap );

#endif
colspan='2' class='oid'>89a5c985f81a0b60f7522044938f76caf28075a6 (patch) treef83dec234936ef6113ea2dfe2dd725a3dd1c382c /drivers/amba/bus.c parent26825cfd90f94f47068519901b3670ae7da320fe (diff)
ARM: 7915/1: amba: Convert to clk_prepare_enable and clk_disable_unprepare
To simplify code and error handling let's use clk_prepare_enable and clk_disable_unprepare. No functional change. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/amba/bus.c')