s/sanitize-m32rx/sanitize-cygnus/
[deliverable/binutils-gdb.git] / sim / sparc / dev32.h
CommitLineData
cd6245ce
DE
1/* sparc device support
2 Copyright (C) 1999 Cygnus Solutions. */
3
4#ifndef DEVICES_H
5#define DEVICES_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
16extern device sparc_devices;
17
18/* FIXME: Temporary, until device support ready. */
19struct _device { int foo; };
20
21#endif /* DEVICES_H */
This page took 0.02312 seconds and 4 git commands to generate.