dev_net.h 312 B

1234567891011
  1. /* $NetBSD: dev_net.h,v 1.6 2009/01/17 14:00:36 tsutsui Exp $ */
  2. int net_open(struct open_file *, ...);
  3. int net_close(struct open_file *);
  4. int net_ioctl(struct open_file *, u_long, void *);
  5. int net_strategy(void *, int , daddr32_t , size_t, void *, size_t *);
  6. #ifdef SUPPORT_BOOTP
  7. extern int try_bootp;
  8. #endif