mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 03:40:27 +00:00
hv:remove some unnecessary includes
remove some unnecessary includes Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
#ifndef CPU_H
|
||||
#define CPU_H
|
||||
#include <types.h>
|
||||
|
||||
/* Define CPU stack alignment */
|
||||
#define CPU_STACK_ALIGN 16UL
|
||||
|
@@ -6,6 +6,7 @@
|
||||
|
||||
#ifndef UTIL_H
|
||||
#define UTIL_H
|
||||
#include <types.h>
|
||||
|
||||
#define offsetof(st, m) __builtin_offsetof(st, m)
|
||||
#define va_start __builtin_va_start
|
||||
|
Reference in New Issue
Block a user