mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
Staging: hv: move VmbusPacketFormat.h
Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
0197e34c1b
commit
216260d8b8
4 changed files with 3 additions and 4 deletions
|
@ -27,9 +27,8 @@
|
|||
|
||||
#include "List.h"
|
||||
#include "RingBuffer.h"
|
||||
|
||||
#include "VmbusChannelInterface.h"
|
||||
#include "include/VmbusPacketFormat.h"
|
||||
#include "VmbusPacketFormat.h"
|
||||
|
||||
/* Version 1 messages */
|
||||
enum vmbus_channel_message_type {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef _NETVSC_H_
|
||||
#define _NETVSC_H_
|
||||
|
||||
#include "include/VmbusPacketFormat.h"
|
||||
#include "VmbusPacketFormat.h"
|
||||
#include "VmbusChannelInterface.h"
|
||||
#include "List.h"
|
||||
#include "NetVscApi.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "osd.h"
|
||||
#include "logging.h"
|
||||
#include "StorVscApi.h"
|
||||
#include "include/VmbusPacketFormat.h"
|
||||
#include "VmbusPacketFormat.h"
|
||||
#include "vstorage.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue