~ari-tczew/ubuntu/lucid/skyeye/sru-lp-464175

« back to all changes in this revision

Viewing changes to device/flash/armflash.c

  • Committer: Bazaar Package Importer
  • Author(s): Yu Guanghui
  • Date: 2007-02-09 20:24:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070209202429-jknfb98t9ggaoz02
Tags: 1.2.1-2
Disable DBCT again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#include <sys/types.h>
3
3
#include <unistd.h>
4
4
 
5
 
//koodailar add for mingw 2005.12.18 ----------------------------------------
6
 
#ifdef __MINGW32__
7
 
#include "arch/arm/common/armdefs.h"
8
 
#else
9
5
#include "armdefs.h"
10
 
#endif
11
 
// end ----------------------------------------------------------------------
12
6
 
13
7
ARMword
14
8
flash_read_byte (ARMul_State * state, ARMword addr)