Current File : //usr/share/src/uts/i86pc/sys/xc_levels.h
/*
 * Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
 */

#ifndef _SYS_XC_LEVELS_H
#define	_SYS_XC_LEVELS_H

#ifdef	__cplusplus
extern "C" {
#endif

/* PILs associated with cross calls */
#define	XC_POSTED_PIL	2	/* posted interrupts, no service function */
#define	XC_CPUPOKE_PIL	11	/* poke to cause wakeup, no service function */
#define	XC_SYS_PIL	13	/* should be defined elsewhere */
#define	XC_HI_PIL	15	/* cross call with service function */
#define	XCALL_PIL	XC_HI_PIL /* alias for XC_HI_PIL */

#ifdef	__cplusplus
}
#endif

#endif	/* _SYS_XC_LEVELS_H */