source: rtems/c/src/libchip/network/smc91111exp.h @ d81d057

4.104.114.84.95
Last change on this file since d81d057 was 9d8ad28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/09/06 at 15:41:42

2006-01-09 Ralf Corsepius <ralf.corsepius@…>

  • libchip/network/smc91111.c libchip/network/smc91111config.h libchip/network/smc91111exp.h libchip/network/smc91111.h: New. Merger from rtems-4-6-branch.
  • libchip/Makefile.am: Reflect adding smc91111*.
  • Property mode set to 100644
File size: 402 bytes
Line 
1/*
2 *  $Id$
3 */
4
5#ifndef _SMC91111_EXP_H_
6#define _SMC91111_EXP_H_
7
8typedef struct scmv91111_configuration {
9  void                     *baseaddr;
10  unsigned int              vector;
11  unsigned int              pio;
12  unsigned int              ctl_rspeed;
13  unsigned int              ctl_rfduplx;
14  unsigned int              ctl_autoneg;
15} scmv91111_configuration_t;
16
17#endif  /* _SMC_91111_EXP_H_ */
18
19
Note: See TracBrowser for help on using the repository browser.