arm: Get rid of armcpu.h and skyeye_types.h
This commit is contained in:
parent
904194c3e8
commit
83bc1a3120
6 changed files with 0 additions and 115 deletions
|
@ -2,7 +2,6 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "core/arm/skyeye_common/armcpu.h"
|
||||
#include "core/arm/skyeye_common/armemu.h"
|
||||
#include "core/arm/skyeye_common/vfp/vfp.h"
|
||||
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#ifndef __ARM_DYNCOM_RUN__
|
||||
#define __ARM_DYNCOM_RUN__
|
||||
|
||||
#include "core/arm/skyeye_common/skyeye_types.h"
|
||||
|
||||
void switch_mode(arm_core_t *core, uint32_t mode);
|
||||
|
||||
/* FIXME, we temporarily think thumb instruction is always 16 bit */
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#define __ARM_DYNCOM_THUMB_H__
|
||||
|
||||
#include "core/arm/skyeye_common/armdefs.h"
|
||||
#include "core/arm/skyeye_common/skyeye_types.h"
|
||||
|
||||
enum tdstate {
|
||||
t_undefined, // Undefined Thumb instruction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue