vmci_event.h 354 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * VMware VMCI Driver
  4. *
  5. * Copyright (C) 2012 VMware, Inc. All rights reserved.
  6. */
  7. #ifndef __VMCI_EVENT_H__
  8. #define __VMCI_EVENT_H__
  9. #include <linux/vmw_vmci_api.h>
  10. int vmci_event_init(void);
  11. void vmci_event_exit(void);
  12. int vmci_event_dispatch(struct vmci_datagram *msg);
  13. #endif /*__VMCI_EVENT_H__ */