Revision 83c9f4ca hw/palm.c

b/hw/palm.c
16 16
 * You should have received a copy of the GNU General Public License along
17 17
 * with this program; if not, see <http://www.gnu.org/licenses/>.
18 18
 */
19
#include "hw.h"
19
#include "hw/hw.h"
20 20
#include "audio/audio.h"
21 21
#include "sysemu/sysemu.h"
22 22
#include "ui/console.h"
23
#include "omap.h"
24
#include "boards.h"
25
#include "arm-misc.h"
26
#include "devices.h"
27
#include "loader.h"
23
#include "hw/omap.h"
24
#include "hw/boards.h"
25
#include "hw/arm-misc.h"
26
#include "hw/devices.h"
27
#include "hw/loader.h"
28 28
#include "exec/address-spaces.h"
29 29

  
30 30
static uint32_t static_readb(void *opaque, hwaddr offset)

Also available in: Unified diff