]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/bfin/dv-bfin_twi.h
Update years in copyright notice for the GDB files.
[thirdparty/binutils-gdb.git] / sim / bfin / dv-bfin_twi.h
index 91899994959d9030fe1cc6909dbdbc1b2ba78665..22481644ecbf0a96e4308172bbb71f23607394e7 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Two Wire Interface (TWI) model
 
-   Copyright (C) 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2013 Free Software Foundation, Inc.
    Contributed by Analog Devices, Inc.
 
    This file is part of simulators.
 #ifndef DV_BFIN_TWI_H
 #define DV_BFIN_TWI_H
 
-/* XXX: This should be pushed into the model data.  */
-#define BFIN_MMR_TWI_SIZE      0x90
-
 /* TWI_MASTER_STAT Masks */
 #define MPROG          (1 << 0)
-#define LOSTARG                (1 << 1)
+#define LOSTARB                (1 << 1)
 #define ANAK           (1 << 2)
 #define DNAK           (1 << 3)
 #define BUFRDERR       (1 << 4)