forked from eden-emu/eden
ARM: Reorganized file structure to move shared SkyEye code to a more common area.
Removed s_ prefix
This commit is contained in:
parent
fd7f92d242
commit
b5e6524594
34 changed files with 80 additions and 80 deletions
|
@ -28,7 +28,7 @@ fun, and definign VAILDATE will define SWI 1 to enter SVC mode, and SWI
|
|||
#include <time.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include "skyeye_defs.h"
|
||||
#include "core/arm/skyeye_common/skyeye_defs.h"
|
||||
#ifndef __USE_LARGEFILE64
|
||||
#define __USE_LARGEFILE64 /* When use 64 bit large file need define it! for stat64*/
|
||||
#endif
|
||||
|
@ -74,9 +74,9 @@ extern int _fisatty (FILE *);
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include "armdefs.h"
|
||||
#include "armos.h"
|
||||
#include "armemu.h"
|
||||
#include "core/arm/skyeye_common/armdefs.h"
|
||||
#include "core/arm/skyeye_common/armos.h"
|
||||
#include "core/arm/skyeye_common/armemu.h"
|
||||
|
||||
#ifndef NOOS
|
||||
#ifndef VALIDATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue