summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg/tmc18c30.h
blob: b79c1179713542550243e055305a4ca8bb004f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * $FreeBSD$
 */

extern devclass_t stg_devclass;

int	stg_alloc_resource	(device_t);
void	stg_release_resource	(device_t);
int	stg_probe		(device_t);
int	stg_attach		(device_t);
int	stg_detach		(device_t);
void	stg_intr		(void *);
OpenPOWER on IntegriCloud