aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/multicall.h
blob: b95926274fe18ce16fe8a1b0cd39adae5f185119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __ASM_ARM_MULTICALL_H__
#define __ASM_ARM_MULTICALL_H__

extern void do_multicall_call(struct multicall_entry *call);

#endif /* __ASM_ARM_MULTICALL_H__ */
/*
 * Local variables:
 * mode: C
 * c-file-style: "BSD"
 * c-basic-offset: 4
 * indent-tabs-mode: nil
 * End:
 */