]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/dev/stg/tmc18c30.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / dev / stg / tmc18c30.h
1 /*
2  * $FreeBSD$
3  */
4
5 extern devclass_t stg_devclass;
6
7 int     stg_alloc_resource      (device_t);
8 void    stg_release_resource    (device_t);
9 int     stg_probe               (device_t);
10 int     stg_attach              (device_t);
11 int     stg_detach              (device_t);
12 void    stg_intr                (void *);