summaryrefslogtreecommitdiff
path: root/xen/include/asm-x86/multicall.h
blob: 7e1d4c121a21128dd0e941a299444a292d05ef06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/******************************************************************************
 * asm-x86/multicall.h
 */

#ifndef __ASM_X86_MULTICALL_H__
#define __ASM_X86_MULTICALL_H__

#include <xen/multicall.h>

typeof(arch_do_multicall_call) pv_do_multicall_call, hvm_do_multicall_call;

#endif /* __ASM_X86_MULTICALL_H__ */