1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/sys/dev/stg/tmc18c30.h

13 lines
236 B
C
Raw Normal View History

/*
* $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);
void stg_detach (device_t);
void stg_intr (void *);