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