]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/sparc/dev64.h
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / sparc / dev64.h
1 /* sparc64 device support
2 Copyright (C) 1999 Cygnus Solutions. */
3
4 #ifndef DEV64_H
5 #define DEV64_H
6
7 /* From libgloss/sparc/erc32-io.c. */
8
9 #define ERC32_DEVICE_ADDR 0x1f80000
10 #define ERC32_DEVICE_LEN (0x2000000 - 0x1f80000)
11
12 #define RXADATA 0x01F800E0
13 #define RXBDATA 0x01F800E4
14 #define RXSTAT 0x01F800E8
15
16 extern device sparc_devices;
17
18 /* FIXME: Temporary, until device support ready. */
19 struct _device { int foo; };
20
21 #endif /* DEV64_H */