aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_xpt_periph.h
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2013-10-15 17:59:41 +0000
committerAlexander Motin <mav@FreeBSD.org>2013-10-15 17:59:41 +0000
commit8d36a71b76fb4a7da95ecaf21d2f3b37af3159bd (patch)
tree2e1aceb7579a45c3c03bb1b73b9ab52f9740425d /sys/cam/cam_xpt_periph.h
parentdc755adf842bd689946de87a190a126b3b6ec1f4 (diff)
downloadsrc-8d36a71b76fb4a7da95ecaf21d2f3b37af3159bd.tar.gz
src-8d36a71b76fb4a7da95ecaf21d2f3b37af3159bd.zip
Notes
Diffstat (limited to 'sys/cam/cam_xpt_periph.h')
-rw-r--r--sys/cam/cam_xpt_periph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt_periph.h b/sys/cam/cam_xpt_periph.h
index da31c83af8c5..9245aee202d4 100644
--- a/sys/cam/cam_xpt_periph.h
+++ b/sys/cam/cam_xpt_periph.h
@@ -47,6 +47,7 @@ void xpt_announce_periph(struct cam_periph *periph,
char *announce_string);
void xpt_announce_quirks(struct cam_periph *periph,
int quirks, char *bit_string);
+void xpt_denounce_periph(struct cam_periph *periph);
#endif
#endif /* _CAM_CAM_XPT_PERIPH_H */