Add private header for ARM11 internals.

Reduces confusion about location of associated routines and
reduces clutter in the arm11 header.

Removes extra whitespace around the lines touched by these changes.
This commit is contained in:
Zachary T Welch
2009-11-06 03:50:26 -08:00
parent e41147bf75
commit da3196bf5e
4 changed files with 74 additions and 50 deletions

View File

@@ -27,6 +27,7 @@
#endif
#include "arm11.h"
#include "arm11_dbgtap.h"
#include "armv4_5.h"
#include "arm_simulator.h"
#include "time_support.h"