ARM: Reorganized file structure to move shared SkyEye code to a more common area.

Removed s_ prefix
This commit is contained in:
bunnei 2014-09-10 21:27:14 -04:00
parent fd7f92d242
commit b5e6524594
34 changed files with 80 additions and 80 deletions

View file

@ -17,8 +17,8 @@
//#include <unistd.h>
#include "core/arm/interpreter/armdefs.h"
#include "core/arm/interpreter/armemu.h"
#include "core/arm/skyeye_common/armdefs.h"
#include "core/arm/skyeye_common/armemu.h"
/***************************************************************************\
* Definitions for the emulator architecture *