dm: Remove header vmm.h

vmm.h has some unused definitions.

Keep the useful definitions and delete vmm.h

Tracked-On: #6282
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
This commit is contained in:
Shuo A Liu
2021-04-07 18:20:09 +08:00
committed by wenlingz
parent 21e095dda0
commit 42989f753e
10 changed files with 28 additions and 289 deletions

View File

@@ -28,6 +28,8 @@
#ifndef _MEM_H_
#define _MEM_H_
#include "types.h"
#include "vhm_ioctl_defs.h"
struct vmctx;