diff options
Diffstat (limited to 'sys/cam/cam_xpt_periph.h')
-rw-r--r-- | sys/cam/cam_xpt_periph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_xpt_periph.h b/sys/cam/cam_xpt_periph.h index 111402f..6281a15 100644 --- a/sys/cam/cam_xpt_periph.h +++ b/sys/cam/cam_xpt_periph.h @@ -36,7 +36,7 @@ #include <cam/cam_xpt.h> /* Functions accessed by the peripheral drivers */ -#ifdef KERNEL +#ifdef _KERNEL void xpt_polled_action(union ccb *ccb); union ccb *xpt_alloc_ccb(void); void xpt_free_ccb(union ccb *free_ccb); @@ -46,6 +46,6 @@ int32_t xpt_add_periph(struct cam_periph *periph); void xpt_remove_periph(struct cam_periph *periph); void xpt_announce_periph(struct cam_periph *periph, char *announce_string); -#endif /* KERNEL */ +#endif #endif /* _CAM_CAM_XPT_PERIPH_H */ |