Files
mckernel/arch/x86/kernel/include/ihk/ikc.h
2012-12-17 16:10:56 +09:00

12 lines
230 B
C

#ifndef HEADER_X86_COMMON_AAL_IKC_H
#define HEADER_X86_COMMON_AAL_IKC_H
#include <ikc/ihk.h>
/* manycore side */
int aal_mc_ikc_init_first(struct aal_ikc_channel_desc *,
aal_ikc_ph_t handler);
#endif