diff options
Diffstat (limited to 'sys/cam/cam_conf.h')
-rw-r--r-- | sys/cam/cam_conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/cam_conf.h b/sys/cam/cam_conf.h index fc777c1..6cdd811 100644 --- a/sys/cam/cam_conf.h +++ b/sys/cam/cam_conf.h @@ -31,7 +31,7 @@ #ifndef _CAM_CAM_CONF_H #define _CAM_CAM_CONF_H 1 -#ifdef KERNEL +#ifdef _KERNEL #define CAMCONF_UNSPEC 255 #define CAMCONF_ANY 254 @@ -62,6 +62,6 @@ struct cam_periph_config extern struct cam_sim_config cam_sinit[]; extern struct cam_periph_config cam_pinit[]; -#endif /* KERNEL */ +#endif #endif /* _CAM_CAM_CONF_H */ |