summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/smc91111exp.h
blob: 15c13e0b72aba33e86b509351f5dfe703d349b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 *  $Id$
 */

#ifndef _SMC91111_EXP_H_
#define _SMC91111_EXP_H_

typedef struct scmv91111_configuration {
  void                     *baseaddr;
  unsigned int              vector;
  unsigned int              pio;
  unsigned int              ctl_rspeed;
  unsigned int              ctl_rfduplx;
  unsigned int              ctl_autoneg;
#ifndef _OLD_EXCEPTIONS
  /* New arguments for the Interrupt Manager Extension:
   */
  const char *              info;
  rtems_option              options;
  rtems_interrupt_handler   interrupt_wrapper;
  void *                    arg;
#endif
} scmv91111_configuration_t;

#endif  /* _SMC_91111_EXP_H_ */