blob: 89cd0117d4b55d7d9865794ff8cdf58ae4e0790a [file] [log] [blame]
Thomas Gleixner685a6bf2019-05-29 16:57:36 -07001/* SPDX-License-Identifier: GPL-2.0-only */
George Zhang1d990202013-01-08 15:54:23 -08002/*
3 * VMware VMCI Driver
4 *
5 * Copyright (C) 2012 VMware, Inc. All rights reserved.
George Zhang1d990202013-01-08 15:54:23 -08006 */
7
8#ifndef __VMCI_EVENT_H__
9#define __VMCI_EVENT_H__
10
11#include <linux/vmw_vmci_api.h>
12
13int vmci_event_init(void);
14void vmci_event_exit(void);
15int vmci_event_dispatch(struct vmci_datagram *msg);
16
17#endif /*__VMCI_EVENT_H__ */