mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
hv: rename RTCM source files
'ptcm' and 'ptct' are legacy name according to the latest TCC spec, hence rename below files to avoid confusing: ptcm.c -> rtcm.c ptcm.h -> rtcm.h ptct.h -> rtct.h Tracked-On: #5649 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#ifndef PTCM_H
|
||||
#define PTCM_H
|
||||
|
||||
#include <ptct.h>
|
||||
#include <rtct.h>
|
||||
|
||||
#define MSABI __attribute__((ms_abi))
|
||||
|
Reference in New Issue
Block a user