Home | History | Annotate | Line # | Download | only in footbridge
footbridge.h revision 1.1.2.2
      1  1.1.2.2  thorpej /*      $NetBSD: footbridge.h,v 1.1.2.2 2002/01/10 19:37:51 thorpej Exp $  */
      2  1.1.2.2  thorpej 
      3  1.1.2.2  thorpej #ifndef _FOOTBRIDGE_H_
      4  1.1.2.2  thorpej #define _FOOTBRIDGE_H_
      5  1.1.2.2  thorpej 
      6  1.1.2.2  thorpej #include <sys/termios.h>
      7  1.1.2.2  thorpej #include <arm/bus.h>
      8  1.1.2.2  thorpej void footbridge_pci_bs_tag_init __P((void));
      9  1.1.2.2  thorpej void footbridge_sa110_cc_setup	__P((void));
     10  1.1.2.2  thorpej void footbridge_create_io_bs_tag __P((struct bus_space *, void *));
     11  1.1.2.2  thorpej void footbridge_create_mem_bs_tag __P((struct bus_space *, void *));
     12  1.1.2.2  thorpej int fcomcnattach __P((u_int, int, tcflag_t));
     13  1.1.2.2  thorpej int fcomcndetach __P((void));
     14  1.1.2.2  thorpej 
     15  1.1.2.2  thorpej #endif
     16