19 #ifndef __TARGET_XEN_VM_VMP_H__ 
   20 #define __TARGET_XEN_VM_VMP_H__ 
   24 #define TARGET_XV_VMP_BIN_PATH INSTALL_DIR "/bin/target_xen_vm_vmp" 
   25 #define TARGET_XV_VMP_SOCKET_FILENAME "vmi.target_xv_vmp.sock" 
   26 #define TARGET_XV_VMP_SOCKET_CLIENT_FILE_FORMAT "vmi.target_xv_vmp_client.%hd.sock" 
   28 #define TARGET_XV_VMP_SOCKET_CLIENT_FILE_FORMAT_EXTRA 6 
   50 #ifdef XENCTRL_HAS_XC_INTERFACE 
int xen_vm_virq_detach(int xce_handle, XC_EVTCHN_PORT_T *dbg_port)
int xen_vm_xc_detach(int *xc_handle, int *xce_handle)
int xen_vm_virq_attach(int xce_handle, XC_EVTCHN_PORT_T *dbg_port)
int xen_vm_xc_attach(int *xc_handle, int *xce_handle)