2002-05-04 14:04:42 +04:00
|
|
|
/* $NetBSD: footbridge.h,v 1.2 2002/05/04 10:04:42 chris Exp $ */
|
2002-01-06 01:41:46 +03:00
|
|
|
|
|
|
|
#ifndef _FOOTBRIDGE_H_
|
|
|
|
#define _FOOTBRIDGE_H_
|
|
|
|
|
|
|
|
#include <sys/termios.h>
|
|
|
|
#include <arm/bus.h>
|
|
|
|
void footbridge_pci_bs_tag_init __P((void));
|
|
|
|
void footbridge_sa110_cc_setup __P((void));
|
|
|
|
void footbridge_create_io_bs_tag __P((struct bus_space *, void *));
|
|
|
|
void footbridge_create_mem_bs_tag __P((struct bus_space *, void *));
|
|
|
|
int fcomcnattach __P((u_int, int, tcflag_t));
|
|
|
|
int fcomcndetach __P((void));
|
2002-05-04 14:04:42 +04:00
|
|
|
void calibrate_delay __P((void));
|
2002-01-06 01:41:46 +03:00
|
|
|
|
|
|
|
#endif
|