blob: b3f25fb2afb11764738448b63ac4d2a31ab1bc39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* Copyright 1996 The Australian National University.
* Copyright 1996 Fujitsu Laboratories Limited
*
* This software may be distributed under the terms of the Gnu
* Public License version 2 or later
*/
/* FDDI register pointers */
extern volatile struct formac *mac;
extern volatile struct plc *plc;
extern volatile int *csr0;
extern volatile int *csr1;
extern volatile int *buffer_mem;
extern volatile int *fifo;
|