summaryrefslogtreecommitdiff
path: root/sys/arch/arm/footbridge/footbridge.h
blob: bb833e1ff845e8907680598b8411081d838830fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*	$OpenBSD: footbridge.h,v 1.2 2004/05/19 03:17:07 drahn Exp $	*/
/*      $NetBSD: footbridge.h,v 1.2 2002/05/04 10:04:42 chris Exp $  */

#ifndef _FOOTBRIDGE_H_
#define _FOOTBRIDGE_H_

#include <sys/termios.h>
#include <arm/bus.h>
void footbridge_pci_bs_tag_init (void);
void footbridge_sa110_cc_setup	(void);
void footbridge_create_io_bs_tag (struct bus_space *, void *);
void footbridge_create_mem_bs_tag (struct bus_space *, void *);
int fcomcnattach (u_int, int, tcflag_t);
int fcomcndetach (void);
void calibrate_delay (void);

#endif