// SPDX-License-Identifier: GPL-2.0-only /* * Common code to handle absent "placeholder" devices * Copyright 2001 Resilience Corporation <ebrower@resilience.com> * * This map driver is used to allocate "placeholder" MTD * devices on systems that have socketed/removable media. * Use of this driver as a fallback preserves the expected * registration of MTD device nodes regardless of probe outcome. * A usage example is as follows: * * my_dev[i] = do_map_probe("cfi", &my_map[i]); * if(NULL == my_dev[i]) { * my_dev[i] = do_map_probe("map_absent", &my_map[i]); * } * * Any device 'probed' with this driver will return -ENODEV * upon open.
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.