提交 f363ce27 编写于 作者: G Greg Kroah-Hartman

Staging: hv: move VmbusApi.h

Move it out of the include subdirectory.

No code changes here, just file movements.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 731a7884
......@@ -25,7 +25,7 @@
#ifndef _CHANNEL_INTERFACE_H_
#define _CHANNEL_INTERFACE_H_
#include "include/VmbusApi.h"
#include "VmbusApi.h"
void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);
......
......@@ -25,7 +25,7 @@
#ifndef _NETVSC_API_H_
#define _NETVSC_API_H_
#include "include/VmbusApi.h"
#include "VmbusApi.h"
#include "List.h"
/* Defines */
......
......@@ -25,7 +25,7 @@
#ifndef _STORVSC_API_H_
#define _STORVSC_API_H_
#include "include/VmbusApi.h"
#include "VmbusApi.h"
/* Defines */
#define STORVSC_RING_BUFFER_SIZE (10*PAGE_SIZE)
......
......@@ -26,7 +26,7 @@
#define _VMBUS_PRIVATE_H_
#include "Hv.h"
#include "include/VmbusApi.h"
#include "VmbusApi.h"
#include "Channel.h"
#include "ChannelMgmt.h"
#include "ChannelInterface.h"
......
......@@ -27,7 +27,7 @@
#include <linux/device.h>
#include "include/VmbusApi.h"
#include "VmbusApi.h"
typedef int (*PFN_DRIVERINITIALIZE)(struct hv_driver *drv);
typedef int (*PFN_DRIVEREXIT)(struct hv_driver *drv);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册