Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/include/linux/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 671 B image not shown  

Quelle  of_iommu.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __OF_IOMMU_H
#define __OF_IOMMU_H

struct device;
struct device_node;
struct iommu_ops;

#ifdef CONFIG_OF_IOMMU

extern int of_iommu_configure(struct device *dev, struct device_node *master_np,
         const u32 *id);

extern void of_iommu_get_resv_regions(struct device *dev,
          struct list_head *list);

#else

static inline int of_iommu_configure(struct device *dev,
         struct device_node *master_np,
         const u32 *id)
{
 return -ENODEV;
}

static inline void of_iommu_get_resv_regions(struct device *dev,
          struct list_head *list)
{
}

#endif /* CONFIG_OF_IOMMU */

#endif /* __OF_IOMMU_H */

Messung V0.5
C=95 H=96 G=95

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.