aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/include/mach/pl320-ipc.h
blob: a0e58eed4b0d9c0fda299a2636c1d0ae6329ccde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright 2010 Calxeda, Inc.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * version 2, as published by the Free Software Foundation.
 *
 * This program is distributed in the hope 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, see <http://www.gnu.org/licenses/>.
 */
int ipc_call_fast(u32 *data);
int ipc_call_slow(u32 *data);

extern int pl320_ipc_register_notifier(struct notifier_block *nb);
extern int pl320_ipc_unregister_notifier(struct notifier_block *nb);