Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/gpu/drm/vmwgfx/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 24 kB image not shown  

Quelle  physmap-ixp4xx.h   Sprache: unbekannt

 
/* SPDX-License-Identifier: GPL-2.0 */
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/mtd/map.h>

#ifdef CONFIG_MTD_PHYSMAP_IXP4XX
int of_flash_probe_ixp4xx(struct platform_device *pdev,
     struct device_node *np,
     struct map_info *map);
#else
static inline
int of_flash_probe_ixp4xx(struct platform_device *pdev,
     struct device_node *np,
     struct map_info *map)
{
 return 0;
}
#endif

Messung V0.5
C=95 H=100 G=97

[ zur Elbe Produktseite wechseln0.15Quellennavigators  Analyse erneut starten  ]