2003-04-07 10:13:25 +00:00
|
|
|
/*
|
|
|
|
* $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);
|
2009-06-11 17:14:28 +00:00
|
|
|
int stg_detach (device_t);
|
2003-04-07 10:13:25 +00:00
|
|
|
void stg_intr (void *);
|