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