device_show_bool
__ATTR(ignore_ce, 0644, device_show_bool, set_ignore_ce),
__ATTR(cmci_disabled, 0644, device_show_bool, set_cmci_disabled),
EXPORT_SYMBOL_GPL(device_show_bool);
ssize_t device_show_bool(struct device *dev, struct device_attribute *attr,
{ __DEVICE_ATTR(_name, _mode, device_show_bool, device_store_bool), &(_var) }