diff options
| author | christos <christos@NetBSD.org> | 2016-01-06 17:40:50 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-01-06 17:40:50 +0000 |
| commit | 5a66c9bc531266df9bd492ab415099b3c124c4ad (patch) | |
| tree | aa828db3f4e8238e89d44726e19123380b93ff75 /sys/dev/raidframe/raidframeio.h | |
| parent | 43caed04d760993f7344ec4b5f9a919e1f1560ee (diff) | |
Add a SET_LAST_UNIT ioctl.
Diffstat (limited to 'sys/dev/raidframe/raidframeio.h')
| -rw-r--r-- | sys/dev/raidframe/raidframeio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/raidframe/raidframeio.h b/sys/dev/raidframe/raidframeio.h index fbff4099cca..27049b02be0 100644 --- a/sys/dev/raidframe/raidframeio.h +++ b/sys/dev/raidframe/raidframeio.h @@ -1,4 +1,4 @@ -/* $NetBSD: raidframeio.h,v 1.6 2009/11/17 18:54:26 jld Exp $ */ +/* $NetBSD: raidframeio.h,v 1.7 2016/01/06 17:40:50 christos Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -131,5 +131,6 @@ #define RAIDFRAME_PARITYMAP_GET_DISABLE _IOR('r', 38, int) #define RAIDFRAME_PARITYMAP_SET_DISABLE _IOW('r', 39, int) #define RAIDFRAME_PARITYMAP_SET_PARAMS _IOW('r', 40, struct rf_pmparams) +#define RAIDFRAME_SET_LAST_UNIT _IOW('r', 41, int) #endif /* !_RF_RAIDFRAMEIO_H_ */ |
