summaryrefslogblamecommitdiffstats
path: root/c/src/libchip/network/smc91111exp.h
blob: 72e41fa0d967b59abac7e9167925c53118d4d209 (plain) (tree)


















                                        
/*
 *  $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;
} scmv91111_configuration_t;

#endif  /* _SMC_91111_EXP_H_ */