This isn't a public header anymore, so not needed.
#define DM_ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/*****************************************************************
* The first section of this file provides direct access to the
* individual device-mapper ioctls. Since it is quite laborious to
#define DM_DEV_DIR_UMASK 0022
#define DM_CONTROL_NODE_UMASK 0177
-#ifdef __cplusplus
-}
-#endif
#endif /* LIB_DEVICE_MAPPER_H */